mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Merge simple fix from Rob Crittenden.
This commit is contained in:
@@ -61,7 +61,7 @@ def main():
|
||||
if len(args) != 2:
|
||||
usage()
|
||||
|
||||
user['givenName'] = options.gn
|
||||
user['givenname'] = options.gn
|
||||
user['sn'] = options.sn
|
||||
user['uid'] = args[1]
|
||||
if options.gecos:
|
||||
|
||||
Reference in New Issue
Block a user