diff options
Diffstat (limited to 'ipa-admintools/ipa-lockuser')
-rw-r--r-- | ipa-admintools/ipa-lockuser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-lockuser b/ipa-admintools/ipa-lockuser index 0fea7bed1..4940a715b 100644 --- a/ipa-admintools/ipa-lockuser +++ b/ipa-admintools/ipa-lockuser @@ -63,7 +63,7 @@ def main(): usage() msg = "inactivated" - client = ipaclient.IPAClient() + client = ipaclient.IPAClient(verbose=options.verbose) if options.unlock: try: ret = client.mark_user_active(args[1]) |