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

    Users, not machines at the Active Directory.

    Scheduled Pinned Locked Moved
    General Problems
    5
    32
    5.9k
    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.
    • J
      jacoboren
      last edited by

      Thanks for your effort @Tom-Elliott ,

      This is a dedicated server for who wants to add to the AD so I changed, but I tried before with both of them.

      ou=workers is correct.

      “Admin group” means the group that the user: “ad_yoalbuke” belongs right on the AD? If yes is write down with spaces so i need to add backslash “” ?

      Thanks!

      george1421G 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @jacoboren
        last edited by

        @jacoboren said in Users, not machines at the Active Directory.:

        “Admin group” means the group that the user: “ad_yoalbuke” belongs right on the AD?

        This means that “ad_yoalbuke” must be a member of the “Domain Admins” group that is located in this path: ou=workers,dc=ger,dc=corp,dc=inte,dc=com

        I do have to question your ldap path. Based on your ldap server its domain is inte.com. So I would think your ldap root would be dc=inte,dc=com and not dc=ger,dc=corp,dc=inte,dc=com. My brain is telling me that dc=ger,dc=corp are probably OUs off of your dc=inte,dc=com ldap root.

        I know that was hard to follow. So let me try again. Me just guessing I think this path is wrong:
        ou=workers,dc=ger,dc=corp,dc=inte,dc=com
        It should read:
        ou=workers,ou=ger,ou=corp,dc=inte,dc=com

        But I don’t know how your AD is setup so I can only guess based on your dns name of your domain controller.

        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!

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

          Do you actually have a Bind user/password pair you must use to search your Active DIrectory?

          The “Bind DN/Password” is not “who can login” it’s what credentials are needed to even scan AD for information to begin with. Most people will likely not even have to have this set.

          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 1
          • J
            jacoboren
            last edited by

            @Tom-Elliott @george1421

            Do you know if the version of php7.1 was tested before or need to be php5 ?

            Thanks.

            george1421G 1 Reply Last reply Reply Quote 0
            • george1421G
              george1421 Moderator @jacoboren
              last edited by

              @jacoboren PHP 7 should work no problem. Most of the major disrobutions have moved to php 7 in their current OS releases.

              Attempt to login with AD credentials, then access the FOG server linux console. There should be some AD log messages in the Apache error log. Depending on the OS the log file will be in /var/log/httpd/error_log or /var/log/apache2/error.log Tail that file to see any ldap errors. Please post the errors here.

              Also I noticed from your original post, are you keying in the domain with the user name domain\user ?? I think the code requires just user because the domain is set in the LDAP connector code.

              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!

              1 Reply Last reply Reply Quote 1
              • Wayne WorkmanW
                Wayne Workman @Tom Elliott
                last edited by

                @tom-elliott said in Users, not machines at the Active Directory.:

                @jacoboren As @george1421 pointed out, then I think what you’re looking for already exists.

                FOG Configuration Page->FOG Settings->Plugin Settings-> Enable Plugins.

                Go to the gear icon that becomes present.

                Click on “LDAP” plugin (Looks like a key).

                Go to install plugin.

                Click on “LDAP” plugin.

                Click on Install LDAP Plugin.

                You will then have a new icon appear that looks like the Key in the main menu item.

                Click there.

                Create New.

                Make the configuration as you need it.

                #wiki worthy

                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
                  jacoboren
                  last edited by

                  Hi guys, @Tom-Elliott @george1421 @Sebastian-Roth

                  I still fighting to make it work, try almost everything, seems that is fetching there because I have another Linux machine integrate with LDAP on the same network, the ports are OK, I also verified it.

                  This is my output:

                  tail -F /var/log/apache2/error.log

                  [Sun Aug 06 09:49:23.155362 2017] [php7:notice] [pid 5316] [client 10.12.180.213:54409] Plugin LDAP::_result(). Search Method: list; Filter: (member=*); Result: 0, referer: http://10.12.180.16/fog/management/index.php
                  [Sun Aug 06 09:49:23.155417 2017] [php7:notice] [pid 5316] [client 10.12.180.213:54409] Plugin LDAP::_getAccessLevel() Group Search DN did not return any results. Group Search DN: ou=workers,dc=ger,dc=corp,dc=inte,dc=com, referer: http://10.12.180.16/fog/management/index.php
                  [Sun Aug 06 09:49:23.155564 2017] [php7:notice] [pid 5316] [client 10.12.180.213:54409] Plugin LDAP::authLDAP() Access level is still 0 or false. No access is allowed!, referer: http://10.12.180.16/fog/management/index.php

                  Have something wrong on the field “Group Member Attribute”=“member” ? I’m also still with doubt about the field “Admin Group” this is what I think but I don’t understand exactly what should be there. You see it on the print-screen.
                  What should be there?

                  Thanks guys!

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

                    @jacoboren We don’t know your AD/LDAP structure we can only guess! As Tom and George already suggested the DN ou=workers,dc=ger,dc=corp,dc=inte,dc=com does not sound like a proper container for groups! See this picture for a fairly simple AD structure:
                    alt text
                    Somewhere further down ther is probably OU=Users as well. To me your OU=workers sounds like it is a user container. Please find the group container in your structure!

                    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
                    • george1421G
                      george1421 Moderator @jacoboren
                      last edited by

                      @jacoboren Since you are having no luck with this, lets try to collect a bit more info. Can you please do the following.

                      1. Open “Active directory Users and Computers”
                      2. Select View->Advanced Features make sure its checked when done.
                      3. Navigate to the group and open the group.
                      4. Select the Object tab (only visible when the advanced features is enabled.
                      5. Copy the full conical path and post it here.

                      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!

                      1 Reply Last reply Reply Quote 1
                      • J
                        jacoboren
                        last edited by

                        Hi guys, first I would like to say thanks for all of you that help me here on this amazing tools that is FOG.

                        Special thanks for @Tom-Elliott @george1421 @Sebastian-Roth

                        Unnfortunately I can’t share more info about the AD for policy of the company that I work, I check out about the AD tables directory parents and even like that I couldn’t establish integration.

                        So I use the plugin of Access Control Manager , and create local users.

                        Looks great, you can make the filter of what the users can see it, but these bunch of users also can see the images of others users when list the images and the hosts as well. It is not a problem for me now.

                        Thanks a lot guys you are amazing.

                        Jacob.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 2 / 2
                        • First post
                          Last post

                        168

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project