mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
Fix error where password was getting set wrong if passed in on command-line.
439905
This commit is contained in:
parent
6778085531
commit
3ec54383f9
@ -131,7 +131,7 @@ def main():
|
||||
print "Password cannot be empty"
|
||||
match = False
|
||||
else:
|
||||
password = options.sn
|
||||
password = options.password
|
||||
|
||||
if options.mail:
|
||||
mail = options.mail
|
||||
|
Loading…
Reference in New Issue
Block a user