diff options
-rw-r--r-- | src/man/sssd-ldap.5.xml | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 843bca201..f8cf8f233 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -163,13 +163,33 @@ Depending on the selected schema, the default attribute names retrieved from the servers may vary. The way that some attributes are handled may also differ. - + </para> + <para> Four schema types are currently supported: - rfc2307 - rfc2307bis - IPA - AD - + <itemizedlist> + <listitem> + <para> + rfc2307 + </para> + </listitem> + <listitem> + <para> + rfc2307bis + </para> + </listitem> + <listitem> + <para> + IPA + </para> + </listitem> + <listitem> + <para> + AD + </para> + </listitem> + </itemizedlist> + </para> + <para> The main difference between these schema types is how group memberships are recorded in the server. With rfc2307, group members are listed by name in the |