mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
Merge from upstream
This commit is contained in:
commit
8c43dde748
@ -70,7 +70,7 @@ class IPAClient:
|
||||
# FIXME: What is the default group for users?
|
||||
user['gidnumber'] ='501'
|
||||
user['krbprincipalname'] = "%s@%s" % (user['uid'], realm)
|
||||
user['cn'] = "%s %s" % (user['givenname'], user['sn'])
|
||||
user['cn'] = "%s %s" % (user['givenName'], user['sn'])
|
||||
if user.get('gn'):
|
||||
del user['gn']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user