summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-lockuser
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-05-29 14:36:25 -0400
committerRob Crittenden <rcritten@redhat.com>2008-05-29 16:04:10 -0400
commitc0bb3ea2a6b49a2786efd3396934d645c860e00c (patch)
tree4b700b06418ef8f1b5b48e6cdfb2e01d7c2e7827 /ipa-admintools/ipa-lockuser
parent59627960b53ec3d57d05418c1c6f6b38a7064811 (diff)
downloadfreeipa-c0bb3ea2a6b49a2786efd3396934d645c860e00c.tar.gz
freeipa-c0bb3ea2a6b49a2786efd3396934d645c860e00c.tar.xz
freeipa-c0bb3ea2a6b49a2786efd3396934d645c860e00c.zip
Actually pass along the verbose option to IPAClient.
443987
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 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])