Merge "Expand capabilities of ldap.groupMemberPattern"

This commit is contained in:
Shawn Pearce
2013-08-12 23:41:01 +00:00
committed by Gerrit Code Review
3 changed files with 9 additions and 15 deletions

View File

@@ -1975,8 +1975,8 @@ corresponding attribute (in this case, `fooBarAttribute`) as read
from the user's account object matched under `ldap.accountBase`.
Attributes such as `${dn}` or `${uidNumber}` may be useful.
+
Default is `(memberUid=${username})` for RFC 2307,
and unset (disabled) for Active Directory.
Default is `(|(memberUid=${username})(gidNumber=${gidNumber}))` for
RFC 2307, and unset (disabled) for Active Directory.
[[ldap.groupName]]ldap.groupName::
+