LDAP Recursive Search (Nested groups) - by tkr#147
LDAP Recursive Search (Nested groups) - by tkr#147GeoMaciolek wants to merge 2 commits intoRackTables:maintenance-0.20.xfrom
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 notifications@github.com
|
|
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.