From 5363682fb2f4ed7fd0112ac46bb603424179acb7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 13 Mar 2012 10:07:25 -0400 Subject: LDAP: Add AD 2008r2 schema https://fedorahosted.org/sssd/ticket/1031 --- src/man/sssd-ldap.5.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/man') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 4fd4841e..46ee8372 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -164,10 +164,11 @@ attribute names retrieved from the servers may vary. The way that some attributes are handled may also differ. - Three schema types are currently supported: + Four schema types are currently supported: rfc2307 rfc2307bis IPA + AD The main difference between these schema types is how group memberships are recorded in the server. @@ -175,6 +176,8 @@ memberUid attribute. With rfc2307bis and IPA, group members are listed by DN and stored in the member attribute. + The AD schema type sets the attributes to correspond with + Active Directory 2008r2 values. Default: rfc2307 -- cgit