Closed
Bug 1319778
Opened 9 years ago
Closed 9 years ago
Fix ldap-group-query.sh to handle posixGroup and groupOfNames
Categories
(Developer Services :: Git, defect)
Developer Services
Git
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fubar, Assigned: fubar)
References
Details
See 1314995#c9
ldap-group-query.sh needs to be modified to support both LDAP posixGroup and groupOfNames
| Assignee | ||
Comment 1•9 years ago
|
||
Turns out this was easier than expected. The ldap_filter in use was already set up to look at both posixGroup and groupOfNames, and it was already handling the various formats for member and memberUID. All it needed was to add '(member=mail=${email},o=net,dc=mozilla)' to the filter.
To ssh://git-internal.mozilla.org/sysadmins/puppet.git
888bea8..dd02d3b master -> master
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•