mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix small typo in ipaclient.
This commit is contained in:
parent
288128d560
commit
7ace2ba951
@ -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