Navigation

    FOG Project

    • Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Vincent
    V
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Vincent

    @Vincent

    0
    Reputation
    2
    Posts
    9
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Vincent Follow

    Best posts made by Vincent

    This user hasn't posted anything yet.

    Latest posts made by Vincent

    • RE: Deployment without authentification

      yes that’s it, thank you, I had not seen.
      it was two lines to enter
      thank you

      set username "login"
      set password "password"
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      
      posted in FOG Problems
      V
      Vincent
    • Deployment without authentification

      Hello all, I am trying to withdraw the request for authentication when launching an image deployment. I don’t want to have to login with login and password.
      Thank you

      posted in FOG Problems
      V
      Vincent