From a23919ed39d212f9f5694d9b103c84641fdb7680 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 24 Apr 2012 14:21:40 -0400 Subject: MAN: Add manpage for ID mapping --- src/man/sssd-ldap.5.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/man/sssd-ldap.5.xml') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 33f50831..de0fb5f6 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1314,6 +1314,25 @@ + + ldap_id_mapping (boolean) + + + Specifies that SSSD should attempt to map user and + group IDs from the ldap_user_objectsid and + ldap_group_objectsid attributes instead of relying + on ldap_user_uid_number and ldap_group_gid_number. + + + Currently this feature supports only + ActiveDirectory objectSID mapping. + + + Default: false + + + + ldap_sasl_mech (string) @@ -2120,6 +2139,8 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com + + EXAMPLE -- cgit