summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-deldelegation
Commit message (Collapse)AuthorAgeFilesLines
* Catch name resolution errors coming from the socket module.Rob Crittenden2008-05-131-0/+4
| | | | 442650
* Add --verbose option so the HTTP headers and XML request/response can be seen.Rob Crittenden2008-04-251-15/+25
| | | | | | | Also re-do the way modules are imported. I was attemping to have ^C handled gracefully but the way I did it could mask other problems. 443987
* Don't define bogus realm/server in configuration file by defaultRob Crittenden2008-03-171-0/+3
| | | | | | | Add default exception handler to avoid backtraces in cmdline tools Enhance error message when the IPA server or realm can't be found 437565
* In the UI we don't want to display Edit links unless someone can actuallyRob Crittenden2008-02-271-1/+16
| | | | | | | | | | | | edit things. We use the 'editors' group for this. This group itself grants no permission other than displaying certain things in the UI. In order to be in the editors group a user must be a member of a group that is the source group in a delegation. The memberof plugin will do all the hard work to be sure that a user's memberof contains cn=editors if they are in a delegated group. 432874
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-271-65/+70
| | | | | | | possible to catch KeyboardInterrupt during the import process. - Add function for handling python differences with GSSError 434798
* Handle the --usage option by actually displaying the usageRob Crittenden2008-01-311-2/+1
| | | | | | Fix some missing options in --usage Remove a few debugging statements Resolves 430704
* Fix delegation in the UI and add a missing aci that allows writes.Rob Crittenden2007-12-071-1/+3
| | | | Make ipa-deldelegation more user-friendly.
* If unable to connect to the XML-RPC server print a more useful error msg.Rob Crittenden2007-11-151-0/+13
|
* Command-line delegation tools with man pagesRob Crittenden2007-10-241-0/+98