From e4f831c3a990717babb7d31c2b6190bb7e2bf555 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 11 Sep 2009 17:11:56 -0400 Subject: Update documentation and examples Remove the "legacy" option from examples and man pages. Legacy is is finally R.I.P Add docs for ldapSchema in sssd-ldap man page. --- server/man/sssd-ldap.5.xml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'server/man/sssd-ldap.5.xml') diff --git a/server/man/sssd-ldap.5.xml b/server/man/sssd-ldap.5.xml index aa33c713..f21f0ea0 100644 --- a/server/man/sssd-ldap.5.xml +++ b/server/man/sssd-ldap.5.xml @@ -61,6 +61,35 @@ + + ldapSchema (string) + + + Specifies the Schema Type in use on the target LDAP + server. + Depending on the selected schema the default + attribute names retrieved from the servers may vary. + Also the way some attributes are handled may differ. + + There are currently 2 schema types supported: + rfc2307 + rfc2307bis + + The main difference between these 2 schema types is + how group memberships are recorder in the server. + With rfc2307 group members are listed by name in an + attribute called memberUid. + With rfc2307bis grpoup members are listed by DN and + stored in an attribute called + member. + + + + Default: rfc2307 + + + + defaultBindDn (string) @@ -306,7 +335,7 @@ the members of the group. - Default: memberuid + Default: memberuid (rfc2307) / member (rfc2307bis) -- cgit