summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-passwd
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-passwd
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-passwd')
-rw-r--r--ipa-admintools/ipa-passwd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-passwd b/ipa-admintools/ipa-passwd
index e9d04a6d..2dd574ee 100644
--- a/ipa-admintools/ipa-passwd
+++ b/ipa-admintools/ipa-passwd
@@ -116,7 +116,7 @@ def main():
print "Password change cancelled"
return 1
- client = ipaclient.IPAClient()
+ client = ipaclient.IPAClient(verbose=options.verbose)
client.modifyPassword(principal, '', password)
return 0