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

    eseo-fcolas

    @eseo-fcolas

    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Angers, France

    eseo-fcolas Unfollow Follow

    Latest posts made by eseo-fcolas

    • DNS and AD integration with dual boot

      Hi,

      I am deploying dual boot (linux, windows) hosts.

      When I first boot to Windows, the AD integration is well done but when booting on linux, the host doesn’t takes it’s real name. When I first boot to Linux, the host takes it’s real name but when booting to Windows the AD integration is not done.

      I would like linux to takes it’s name and Windows makes it’s AD integration.

      Can anyone help ?

      Thanks

      posted in FOG Problems
      E
      eseo-fcolas
    • RE: Snapins with dual boot

      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.

      posted in Bug Reports
      E
      eseo-fcolas
    • Snapins with dual boot

      Hello,

      I have an image containing Ubuntu and Windows. Grub allows to choose which OS to boot.
      I would like to know what is expected when I assign a snapin to a host configured with that types of images.

      Example:
      I want to install google-chrome on Ubuntu. Once the snapin is assigned to the host, unfortunately, the user boot to Windows first. Will the snapin be ignored until a reboot to Ubuntu or will it be discarded and never executed anywhere ?

      Thanks in advance.

      posted in Bug Reports
      E
      eseo-fcolas
    • RE: Authenticate on FOG API

      Ok, effectively it works with the api-user-token. The doc says it’s also working with the user:pass method. Thanks

      posted in FOG Problems
      E
      eseo-fcolas
    • Authenticate on FOG API

      Hello,

      I’am trying to use the FOG API. I found some doc here : https://news.fogproject.org/simplified-api-documentation/. Is it the last version ?
      Following instructions I tried to get system status by typing the command :

      $ curl -i -H 'fog-api-token: <token>' -u fog:password fog-master/fog/system/status
      

      The API is enabled in the UI. I also tried with the “fog-user-token” but nothing works, I always get:

      HTTP/1.1 401 Unauthorized
      Date: Wed, 18 Mar 2020 16:09:29 GMT
      Server: Apache/2.4.29 (Ubuntu)
      X-Frame-Options: sameorigin
      X-XSS-Protection: 1; mode=block
      X-Content-Type-Options: nosniff
      Strict-Transport-Security: max-age=31536000
      Content-Security-Policy: default-src 'none';script-src 'self' 'unsafe-eval';connect-src 'self';img-src 'self' data:;style-src 'self' 'unsafe-inline';font-src 'self';
      Access-Control-Allow-Origin: *
      Content-Length: 0
      Connection: close
      Content-Type: application/json
      

      Can someone help me ? Thanks

      posted in FOG Problems api help
      E
      eseo-fcolas