summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-moddelegation
Commit message (Collapse)AuthorAgeFilesLines
* 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-3/+26
| | | | | | | | | | | | 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-134/+138
| | | | | | | possible to catch KeyboardInterrupt during the import process. - Add function for handling python differences with GSSError 434798
* Add option to list common attributes for use with --setattr,--addattr,--delattrRob Crittenden2008-01-311-2/+12
|
* 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
* Add simple UI for command-line programs to be able to select whenRob Crittenden2007-12-101-15/+41
| | | | multiple entries are returned.
* If unable to connect to the XML-RPC server print a more useful error msg.Rob Crittenden2007-11-151-2/+6
|
* Fix minor spelling issueRob Crittenden2007-10-291-1/+1
|
* Command-line delegation tools with man pagesRob Crittenden2007-10-241-0/+162