• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. eseo-fcolas
    3. Topics
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by eseo-fcolas

    • E

      DNS and AD integration with dual boot

      FOG Problems
      • • • eseo-fcolas
      2
      0
      Votes
      2
      Posts
      351
      Views

      S

      @eseo-fcolas Unfortunately this is a known issue but needs major work which we don’t have time for at the moment: https://github.com/FOGProject/fog-client/issues/116

      If you are keen to get this to work you are more than welcome to join in and work on this part of FOG/fog-client.

      The other thing I might suggest is that most Linux systems can be configured to pull hostname settings via DHCP. You might want to look into this. Or you can use FOG post-deploy scripting to modify hostname config files on the destination system before doing the first reboot.

    • E

      Snapins with dual boot

      Bug Reports
      • • • eseo-fcolas
      3
      0
      Votes
      3
      Posts
      435
      Views

      E

      Thanks for your answer.

      I suggest to reserve /bin/bash to Linux or Mac. Then when booting on Windows, the client could just ignore it (keeping it in queue) because it’s bash.

    • E

      Solved Authenticate on FOG API

      FOG Problems
      • api help • • eseo-fcolas
      8
      0
      Votes
      8
      Posts
      1.3k
      Views

      9

      @tom-elliott yes, Zm9nOnBhc3N3b3Jk (default fog:password), as you can see on screenshot. I’m also create new user, enable API for him and get same result.

      And same result with curl:

      [root@ ~]# curl -H 'fog-api-token: <token>' -u fog:password -X GET http://<fog-ip>/fog/system/status [root@ ~]# curl -H 'fog-api-token: <token>' -H 'Authorization: Basic Zm9nOnBhc3N3b3Jk' -X GET http://<fog-ip>/fog/system/status [root@ ~]# curl -H 'fog-api-token: <token>' -H 'fog-user-token: <token>' -X GET http://<fog-ip>/fog/system/status **success**

      Only auth with two tokens work fine.

    • 1 / 1