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

    Active Directory Join Failing

    Scheduled Pinned Locked Moved Solved
    Windows Problems
    6
    23
    5.4k
    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.
    • Wayne WorkmanW
      Wayne Workman @jeffscott
      last edited by

      @jeffscott said in Active Directory Join Failing:

      Evidently, it is not passing the correct password…

      Correct. Try to reset the user/pass via the web gui to what it is supposed to be and see if the issue persists. If it persists, let us know so we can continue to troubleshoot this with you.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      J 1 Reply Last reply Reply Quote 0
      • J
        jeffscott @Wayne Workman
        last edited by

        @wayne-workman

        Yes, I’ve tried that several times. Even tried using the Domain Admin…

        1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman
          last edited by

          @Joe-Schmitt what are your thoughts on this?

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          1 Reply Last reply Reply Quote 0
          • J
            Joe Schmitt Senior Developer
            last edited by Joe Schmitt

            @jeffscott the quickest way to see what’s going on is to do the following steps on a problematic machine:

            • Open an administrative CMD, and run net stop fogservice
            • Navigate to your FOG server’s web portal, select the host you are working on and perform these steps:
              • Press Reset Encryption Data if its an option
            • Download our Debugger.exe and run it
            • The Debugger will open a console that has a fog: prompt, please enter these commands, pressing enter after each one (replace {server-ip} with your actual FOG server IP):
              • middleware configuration server http://{server-ip}/fog
              • middleware authentication handshake
              • dump cycle save

            The debugger should point you to a FOGCycle.txt file. This contains all the information the server tells the client, completely decrypted. Can you make sure the hostnamechanger section has the correct active directory login/OU information? You can then hopefully debug the problem better and identify what credential the client is receiving.

            To clean up:

            • Close the debugger
            • click Reset Encryption Data again on the host in the gui
            • start back up the fog service if you want

            @Moderators feel free to copy & paste these steps for people with similair issues in the future. The steps shouldn’t change in the foreseeable future.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            J 1 Reply Last reply Reply Quote 0
            • J
              jeffscott @Joe Schmitt
              last edited by

              @joe-schmitt

              OK, I performed that procedure and I can see the password that it is passing is no where near correct…

              Looks like it is an encrypted version??? (I can’t even tell what one of the characters is)

              1 Reply Last reply Reply Quote 0
              • J
                Joe Schmitt Senior Developer
                last edited by

                @Tom-Elliott it seems the server is not sending the password correct.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott
                  last edited by

                  Where have you changed the Password?

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  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

                  J 1 Reply Last reply Reply Quote 0
                  • J
                    jeffscott @Tom Elliott
                    last edited by

                    @tom-elliott

                    2 Places:

                    Initially in FOG Configuration, FOG System Settings, Active Directory Defaults

                    &

                    Subsequently re-entered it in Host Management, Active Directory for the Host I’m testing with

                    Entering the password in the “Domain Password” Field. Leaving “Domain Password Legacy” field blank

                    Tom ElliottT 1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott @jeffscott
                      last edited by

                      @jeffscott just to clarify, you’re using the plaintext password in the non legacy password field? Maybe we can remote tomorrow so I can see what’s going on?

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      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

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        jeffscott @Tom Elliott
                        last edited by

                        @tom-elliott

                        Hey Tom,

                        Sorry, I was away for a few days…

                        Yes, I’m using the non-legacy password field. Yes, I’d be willing to do a remote session.

                        Thanks,

                        Jeff

                        1 Reply Last reply Reply Quote 0
                        • J
                          jeffscott
                          last edited by

                          Hey Tom,

                          I’m just now coming back around to this…

                          Any updates on this?

                          Thanks,

                          Jeff

                          Tom ElliottT 1 Reply Last reply Reply Quote 0
                          • Tom ElliottT
                            Tom Elliott @jeffscott
                            last edited by

                            @jeffscott I’m willing whenever you’re able. Maybe this afternoon? (I’m on EDT)

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                            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

                            J 2 Replies Last reply Reply Quote 0
                            • J
                              jeffscott @Tom Elliott
                              last edited by

                              @tom-elliott

                              Ugh…

                              We keep missing each other. How do you want to go about connecting?

                              1 Reply Last reply Reply Quote 0
                              • J
                                jeffscott @Tom Elliott
                                last edited by

                                @tom-elliott

                                Any chance we can revisit this?

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

                                  @jeffscott Hey, I hope you are still around in the forums. I just looked into an issue that sounds very similar to what you have. See here: https://forums.fogproject.org/topic/12407/active-direcory-join-fail-bad-password-1-5-4

                                  Just found your post here by accident and thought this might be along the same lines. Can you confirm your password starts with a special character that might cause this issue?! I really hope to figure this out but I’m still unable to replicate the issue from the information I have so far.

                                  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

                                  x23piracyX 1 Reply Last reply Reply Quote 0
                                  • x23piracyX
                                    x23piracy @Sebastian Roth
                                    last edited by x23piracy

                                    @Sebastian-Roth FYI, i am using 1.5.4 with a ad join password starting with % (percent sign) in production.

                                    ║▌║█║▌│║▌║▌█

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

                                      @x23piracy Thanks, that’s good to know. Although I guess it might be that $ special case causing the issue for the other users as it is used for variables in PHP, as line end in regular expressions such things.

                                      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
                                      • 1
                                      • 2
                                      • 2 / 2
                                      • First post
                                        Last post

                                      163

                                      Online

                                      12.0k

                                      Users

                                      17.3k

                                      Topics

                                      155.2k

                                      Posts
                                      Copyright © 2012-2024 FOG Project