summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-08-03 19:54:53 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-08-03 19:54:53 +0000
commitd76bfc4731e425096679ce248f559de14f75a6bd (patch)
treeb50b2f08e87bdb4aabd2c3ebc8ac48b0634fb42f /README
parentc85da1930153a849f48b3dca0236610d528f730c (diff)
switch to using the member attribute by default instead of uniqueMember
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1484 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index 95d1a46..6e223ea 100644
--- a/README
+++ b/README
@@ -299,7 +299,7 @@ group (objectClass=posixGroup)
userPassword - password
gidNumber - gid
memberUid - members (user names)
- uniqueMember - members (DN values)
+ member - members (DN values)
hosts (objectClass=ipHost)
cn - host name (and aliases)
ipHostNumber - addresses
@@ -355,7 +355,7 @@ by using the memberUid attribute, is the simplest and by far the fastest
(takes the least number of lookups). This attribute maps to user names with
the same values as the uid attribute would hold for posixAccount entries.
-The second method is to use DN values in the uniqueMember attribute (attribute
+The second method is to use DN values in the member attribute (attribute
names can be changed by using the attribute mapping options as described in
the manual page). This is potentially a lot slower because in the worst case
every DN has to be looked up in the LDAP server to find the proper value for
@@ -368,9 +368,8 @@ maintained that saves the DN to uid translations for 15 minutes.
In all cases, users that are specified as member multiple times are returned
only once.
-Currently, having nested groups by uniqueMember values pointing to other
-groups, as well as the memberOf attribute in posixAccount entries are
-unsupported.
+Currently, having nested groups by member values pointing to other groups,
+as well as the memberOf attribute in posixAccount entries are unsupported.
case sensitivity
----------------