diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-09-11 17:11:56 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-09-11 17:20:32 -0400 |
commit | e4f831c3a990717babb7d31c2b6190bb7e2bf555 (patch) | |
tree | ed76d3a3c85f342356638a27a2ebb38c27ae0158 /server/man | |
parent | ec56fb826b20b080bbfaf09da671d24faf6c5e88 (diff) | |
download | sssd2-e4f831c3a990717babb7d31c2b6190bb7e2bf555.tar.gz sssd2-e4f831c3a990717babb7d31c2b6190bb7e2bf555.tar.xz sssd2-e4f831c3a990717babb7d31c2b6190bb7e2bf555.zip |
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.
Diffstat (limited to 'server/man')
-rw-r--r-- | server/man/sssd-ldap.5.xml | 31 | ||||
-rw-r--r-- | server/man/sssd.conf.5.xml | 14 |
2 files changed, 30 insertions, 15 deletions
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 @@ -62,6 +62,35 @@ </varlistentry> <varlistentry> + <term>ldapSchema (string)</term> + <listitem> + <para> + 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 <emphasis>memberUid</emphasis>. + With rfc2307bis grpoup members are listed by DN and + stored in an attribute called + <emphasis>member</emphasis>. + + </para> + <para> + Default: rfc2307 + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>defaultBindDn (string)</term> <listitem> <para> @@ -306,7 +335,7 @@ the members of the group. </para> <para> - Default: memberuid + Default: memberuid (rfc2307) / member (rfc2307bis) </para> </listitem> </varlistentry> diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index 1bf72872..df3ee82a 100644 --- a/server/man/sssd.conf.5.xml +++ b/server/man/sssd.conf.5.xml @@ -495,20 +495,6 @@ </varlistentry> <varlistentry> - <term>legacy (bool)</term> - <listitem> - <para> - A legacy domain is a strictly POSIX domain in - terms of attributes it supports. Groups in legacy - domains can't be nested. - </para> - <para> - Default: FALSE - </para> - </listitem> - </varlistentry> - - <varlistentry> <term>store-legacy-passwords (bool)</term> <listitem> <para> |