diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-10 20:00:36 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-03 14:09:13 -0400 |
commit | 4f07a5ba197b902afd3a785baf6bd9967f50dfd2 (patch) | |
tree | a141fe49b1fa83ff2d6b56762ff3a98491b1aa8a /src/man/sssd-ldap.5.xml | |
parent | dbdf6911688315515a36bb91786108a95d033128 (diff) | |
download | sssd-4f07a5ba197b902afd3a785baf6bd9967f50dfd2.tar.gz sssd-4f07a5ba197b902afd3a785baf6bd9967f50dfd2.tar.xz sssd-4f07a5ba197b902afd3a785baf6bd9967f50dfd2.zip |
LDAP: Add objectSID config option
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 30 |
1 files changed, 30 insertions, 0 deletions
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 @@ -331,6 +331,21 @@ </varlistentry> <varlistentry> + <term>ldap_user_objectsid (string)</term> + <listitem> + <para> + The LDAP attribute that contains the objectSID of + an LDAP user object. This is usually only + necessary for ActiveDirectory servers. + </para> + <para> + Default: objectSid for ActiveDirectory, not set + for other servers. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_user_modify_timestamp (string)</term> <listitem> <para> @@ -772,6 +787,21 @@ </varlistentry> <varlistentry> + <term>ldap_group_objectsid (string)</term> + <listitem> + <para> + The LDAP attribute that contains the objectSID of + an LDAP group object. This is usually only + necessary for ActiveDirectory servers. + </para> + <para> + Default: objectSid for ActiveDirectory, not set + for other servers. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_group_modify_timestamp (string)</term> <listitem> <para> |