• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Deployment without authentification

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    2
    3
    250
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      Vincent
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @Vincent I guess what you mean is the quick image option from the PXE menu, right?

        This has been discussed in the forums before: https://forums.fogproject.org/topic/10993/login-when-deploying-image

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • V
          Vincent
          last edited by Sebastian Roth

          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
          
          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          177

          Online

          12.1k

          Users

          17.3k

          Topics

          155.3k

          Posts
          Copyright © 2012-2024 FOG Project