From 4f07a5ba197b902afd3a785baf6bd9967f50dfd2 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 10 Apr 2012 20:00:36 -0400 Subject: LDAP: Add objectSID config option --- src/man/sssd-ldap.5.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 95ebd8349..33f50831f 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -330,6 +330,21 @@ + + ldap_user_objectsid (string) + + + The LDAP attribute that contains the objectSID of + an LDAP user object. This is usually only + necessary for ActiveDirectory servers. + + + Default: objectSid for ActiveDirectory, not set + for other servers. + + + + ldap_user_modify_timestamp (string) @@ -771,6 +786,21 @@ + + ldap_group_objectsid (string) + + + The LDAP attribute that contains the objectSID of + an LDAP group object. This is usually only + necessary for ActiveDirectory servers. + + + Default: objectSid for ActiveDirectory, not set + for other servers. + + + + ldap_group_modify_timestamp (string) -- cgit