-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAP Recursive Search (Nested groups) - by tkr #147
base: maintenance-0.20.x
Are you sure you want to change the base?
LDAP Recursive Search (Nested groups) - by tkr #147
Conversation
Added a function to perform recursive search through nested groups in AD using LDAP. Most of the code is just reused from the queryLDAPServer function.
Removed unnecessary code from the recursive ldap search function
cc: @trkr1410 The original patch was overlooked, most probably because life got in the way. Anyway, this would be a useful feature. The following general points must be considered carefully when making changes to the LDAP authentication code in RackTables:
I have not yet studied the patch to see how they apply. |
Hi, I am not sure that I completely understand what you want to test out, or When it comes to server failure and unexpected/unconsistent data, the logon // The following credentials will be used when searching for the user'sDN: Plase dont hesitate on contacting me again for further questions :-) Mvh On Tue, Mar 1, 2016 at 10:29 AM, Denis Ovsienko [email protected]
|
Thank you for the comment! Maybe anybody could meanwhile look why these changes don't merge into the current code and make fixes? |
I copied over the changes, ignored some whitespace "dupes" and created pull request #156 |
All credit for this goes to 'tkr.' Noted this was in the original mailing list thread in 2014, see: http://www.freelists.org/post/racktables-users/Nested-LDAP-groups,6 (Fri, 15 Aug 2014 14:41:40 +0200).
This has been tested in my environment with an Active Directory server, but should be tested against other server types as well.