From c0bb3ea2a6b49a2786efd3396934d645c860e00c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 29 May 2008 14:36:25 -0400 Subject: Actually pass along the verbose option to IPAClient. 443987 --- ipa-admintools/ipa-lockuser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-admintools/ipa-lockuser') 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]) -- cgit