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:12 -0400
commit8752ebd185526e623d2ad0d3477c7ba0274d5d3d (patch)
treef55ffad71039811ca963429e377f4ade492e60a6 /ipa-admintools/ipa-adddelegation
parentb3ca8359ee332facd6ff131f322f57b024974be0 (diff)
downloadfreeipa-8752ebd185526e623d2ad0d3477c7ba0274d5d3d.tar.gz
freeipa-8752ebd185526e623d2ad0d3477c7ba0274d5d3d.tar.xz
freeipa-8752ebd185526e623d2ad0d3477c7ba0274d5d3d.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 fa855e2cf..640614d93 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]