From 532eb49e129bedf57cdbd0a66f39ad228b8f2482 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sun, 22 Apr 2012 20:52:58 -0400 Subject: LDAP: Map the user's primaryGroupID --- src/config/SSSDConfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index b9c484fe..aa35f9c6 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'), -- cgit