Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308978 Details for
Bug 443987
Need way to get better debugging output
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
missed some IPAClient invocations
freeipa-51-verbose.patch (text/plain), 2.25 KB, created by
Rob Crittenden
on 2008-06-11 18:34:49 UTC
(
hide
)
Description:
missed some IPAClient invocations
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-06-11 18:34:49 UTC
Size:
2.25 KB
patch
obsolete
>From 38891f83639c4c5607a3ead992f8af95edc0956f Mon Sep 17 00:00:00 2001 >From: Rob Crittenden <rcrit@ipa.greyoak.com> >Date: Wed, 11 Jun 2008 14:31:52 -0400 >Subject: [PATCH] Missed adding verbose to a couple of IPAClient invocations. > >443987 >--- > ipa-admintools/ipa-adddelegation | 2 +- > ipa-admintools/ipa-moddelegation | 2 +- > ipa-admintools/ipa-modgroup | 2 +- > ipa-admintools/ipa-moduser | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/ipa-admintools/ipa-adddelegation b/ipa-admintools/ipa-adddelegation >index fa855e2..640614d 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] >diff --git a/ipa-admintools/ipa-moddelegation b/ipa-admintools/ipa-moddelegation >index f1498a9..e52d9fa 100644 >--- a/ipa-admintools/ipa-moddelegation >+++ b/ipa-admintools/ipa-moddelegation >@@ -88,7 +88,7 @@ def main(): > if not options.attributes and not options.source and not options.target: > usage() > >- client = ipaclient.IPAClient() >+ client = ipaclient.IPAClient(verbose=options.verbose) > > # first do some sanity checking > >diff --git a/ipa-admintools/ipa-modgroup b/ipa-admintools/ipa-modgroup >index 0d09342..327e80b 100644 >--- a/ipa-admintools/ipa-modgroup >+++ b/ipa-admintools/ipa-modgroup >@@ -125,7 +125,7 @@ def main(): > elif ((options.desc or options.addattr or options.delattr or options.setattr) and (len(args) != 2)): > usage() > >- client = ipaclient.IPAClient() >+ client = ipaclient.IPAClient(verbose=options.verbose) > if options.add: > group = get_group(client, options, args[2]) > if group is None: >diff --git a/ipa-admintools/ipa-moduser b/ipa-admintools/ipa-moduser >index db609a1..b77fede 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 = ['*'] > >-- >1.5.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 443987
:
303639
|
307121
| 308978