diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-09-26 13:19:57 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-09-26 13:19:57 +0200 |
commit | 8f733c60c8791c9b0049d4dce20bfd7fa73d21e5 (patch) | |
tree | 8cffb994a6faef1242335f5ac95253c3c225ad4e /nslcd | |
parent | 3b858f7c6eeaedacf46f51d58b43e614ca5edb8e (diff) |
update description of group schema supported
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1217 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd')
-rw-r--r-- | nslcd/group.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/nslcd/group.c b/nslcd/group.c index 84bb1f5..afbd904 100644 --- a/nslcd/group.c +++ b/nslcd/group.c @@ -43,12 +43,11 @@ * MUST ( cn $ gidNumber ) * MAY ( userPassword $ memberUid $ description ) ) * - * apart from that the above the uniqueMember attributes may be - * supported in a coming release (they map to DNs, which is an extra - * lookup step) + * apart from the above a uniqueMember attribute is also supported that + * may contains a DN of a user * - * using nested groups (groups that are member of a group) is currently - * not supported, this may be added in a later release + * nested groups (groups that are member of a group) are currently + * not supported */ /* the search base for searches */ |