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

    Vincent

    @Vincent

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

    Vincent Unfollow Follow

    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