summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-lockuser
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-admintools/ipa-lockuser')
-rw-r--r--ipa-admintools/ipa-lockuser2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-lockuser b/ipa-admintools/ipa-lockuser
index 0fea7bed..4940a715 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])