summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-04-22 20:52:58 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-05-03 14:09:14 -0400
commit532eb49e129bedf57cdbd0a66f39ad228b8f2482 (patch)
treef1873c6abe09bf5c06b02ab8f09fc3fcd9a2ebfb /src/config/SSSDConfig.py
parentc0dc67f92a4abee6bcce304117bf2a2362ad812c (diff)
downloadsssd-532eb49e129bedf57cdbd0a66f39ad228b8f2482.tar.gz
sssd-532eb49e129bedf57cdbd0a66f39ad228b8f2482.tar.xz
sssd-532eb49e129bedf57cdbd0a66f39ad228b8f2482.zip
LDAP: Map the user's primaryGroupID
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index b9c484fe5..aa35f9c6c 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -207,6 +207,7 @@ option_strings = {
'ldap_user_shell' : _('Shell attribute'),
'ldap_user_uuid' : _('UUID attribute'),
'ldap_user_objectsid' : _("objectSID attribute"),
+ 'ldap_user_primary_group' : _('Active Directory primary group attribute for ID-mapping'),
'ldap_user_principal' : _('User principal attribute (for Kerberos)'),
'ldap_user_fullname' : _('Full Name'),
'ldap_user_member_of' : _('memberOf attribute'),