diff options
| author | Rob Crittenden <rcrit@ipa.greyoak.com> | 2008-06-11 14:31:52 -0400 |
|---|---|---|
| committer | Rob Crittenden <rcrit@ipa.greyoak.com> | 2008-06-11 16:29:01 -0400 |
| commit | b7cf3b6e288ecb92e1cfcc1bcdb526eb4392b4e8 (patch) | |
| tree | 693446ce16bdc5e8ed97e357da7cc7679bc0185a /ipa-admintools/ipa-moduser | |
| parent | 150464966e0625a897511e4a75cd8e4c57328e72 (diff) | |
Missed adding verbose to a couple of IPAClient invocations.
443987
Diffstat (limited to 'ipa-admintools/ipa-moduser')
| -rw-r--r-- | ipa-admintools/ipa-moduser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-moduser b/ipa-admintools/ipa-moduser index db609a14d..b77fede9a 100644 --- a/ipa-admintools/ipa-moduser +++ b/ipa-admintools/ipa-moduser @@ -114,7 +114,7 @@ def main(): username = args[1] - client = ipaclient.IPAClient() + client = ipaclient.IPAClient(verbose=options.verbose) try: attrs = ['*'] |
