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

AD Defaults not loaded when selecting Join Domain check box under group management

Scheduled Pinned Locked Moved
FOG Problems
3
11
2.6k
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
    vcoutu
    last edited by May 26, 2014, 4:18 PM

    Hello,

    I have set the AD settings under Fog Configuration > Fog Settings > Active Directory Defaults, but when I go to modify a group and select the check Join Domain after image task check box, it uses the default fog/password. I had to all hosts to a group and modify it manually. Confirmed the settings are saved under Active Directory Defaults.

    Any ideas on where I should look to fix this in the php files?

    Thanks

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by May 26, 2014, 4:33 PM

      The reason this page doesn’t load the AD Defaults for a group is because the Host’s within the group determine if they’re all enabled or not.

      It’s difficult and time consuming to check if all the hosts have the AD Information as it has to check All hosts to make sure the count of hosts all have the same information as well as compare that count back to the count of hosts within the group then allow it to display. This isn’t broken, but if you want to have a stab at it, it’s in the location lib/pages/GroupManagementPage.class.php

      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

      1 Reply Last reply Reply Quote 0
      • V
        vcoutu
        last edited by May 26, 2014, 6:04 PM

        Thanks,

        Just to make sure I communicated it correctly. In fog 0.32 I would go to group management, AD, and then when I clicked on that setting it would fill out the form with what I had stored in fog as the Active Directory defaults so that I only had to click Update.

        in 1.0.1 when I click on that “join…” check box, it just leaves the default fog/password there instead. I’m not talking about checking host for host. It just used to have a javascript or ajax portion that would fill it in for me when I clicked that checkbox.

        1 Reply Last reply Reply Quote 0
        • V
          vcoutu
          last edited by May 26, 2014, 6:05 PM

          This is a fresh install of 1.0.1 btw on Ubuntu 14.04 LTS.

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by May 26, 2014, 6:06 PM

            I’ll take a look at that when I get home to my knowledge the Ajax part of it was still working.

            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

            1 Reply Last reply Reply Quote 0
            • N
              naeren
              last edited by May 26, 2014, 6:58 PM

              If you have a password manager running, it may be filling in the AD user/pass fields with whatever you use to log into the website. Safari, at least, starting doing this with 1.0.1.

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by May 26, 2014, 7:11 PM

                I’ll make the fields so they’re not autofilled then?

                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

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by May 26, 2014, 7:19 PM

                  Fixed in SVN 1744 I hope. I basically just turned off autocomplete on Host, Group, and within the FOG Settings inputs. If you see this anywhere else, just let me know.

                  Thanks,

                  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

                  1 Reply Last reply Reply Quote 0
                  • N
                    naeren
                    last edited by May 26, 2014, 7:45 PM

                    Don’t see it anymore on LastPass, but Safari doesn’t listen to the autocomplete tags unfortunately. [URL='http://stackoverflow.com/questions/22661977/disabling-safari-autofill-on-usernames-and-passwords’]Here’s a discussion on how to get around it[/URL], basically by adding a fake user/pass field that’s off the page.

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by May 26, 2014, 7:56 PM

                      Well, I don’t think I’m going to just add label titles to the fields just for one browser that doesn’t want to behave properly. I’m sorry. At least I can get around it for most browsers. It still doesn’t make sense to me as we’re not using common names like “e-mail” or “password” We’re using names like: domain, domainuser, domainpass.

                      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

                      1 Reply Last reply Reply Quote 0
                      • N
                        naeren
                        last edited by May 26, 2014, 9:14 PM

                        No worries. I didn’t know how far you wanted to go with that. It doesn’t bother me any, and I realize it’s Apple’s fault in the end.

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        1 / 1
                        • First post
                          8/11
                          Last post

                        157

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project