summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-adddelegation
diff options
context:
space:
mode:
authorRob Crittenden <rcrit@ipa.greyoak.com>2008-06-11 14:31:52 -0400
committerRob Crittenden <rcrit@ipa.greyoak.com>2008-06-11 16:29:01 -0400
commitb7cf3b6e288ecb92e1cfcc1bcdb526eb4392b4e8 (patch)
tree693446ce16bdc5e8ed97e357da7cc7679bc0185a /ipa-admintools/ipa-adddelegation
parent150464966e0625a897511e4a75cd8e4c57328e72 (diff)
downloadfreeipa-b7cf3b6e288ecb92e1cfcc1bcdb526eb4392b4e8.tar.gz
freeipa-b7cf3b6e288ecb92e1cfcc1bcdb526eb4392b4e8.tar.xz
freeipa-b7cf3b6e288ecb92e1cfcc1bcdb526eb4392b4e8.zip
Missed adding verbose to a couple of IPAClient invocations.
443987
Diffstat (limited to 'ipa-admintools/ipa-adddelegation')
-rw-r--r--ipa-admintools/ipa-adddelegation2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-adddelegation b/ipa-admintools/ipa-adddelegation
index fa855e2c..640614d9 100644
--- a/ipa-admintools/ipa-adddelegation
+++ b/ipa-admintools/ipa-adddelegation
@@ -90,7 +90,7 @@ def main():
if not options.attributes or not options.source or not options.target:
usage()
- client = ipaclient.IPAClient()
+ client = ipaclient.IPAClient(verbose=options.verbose)
source_grp = client.find_groups(options.source)
counter = source_grp[0]