summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-delgroup
Commit message (Collapse)AuthorAgeFilesLines
* Actually pass along the verbose option to IPAClient.Rob Crittenden2008-05-291-1/+1
| | | | 443987
* 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-12/+22
| | | | | | | 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
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-271-44/+49
| | | | | | | 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-1/+1
| | | | | | Fix some missing options in --usage Remove a few debugging statements Resolves 430704
* delete_group() takes a DN, not a CN. Also do slightly better error reporting.Rob Crittenden2007-11-301-1/+13
|
* If unable to connect to the XML-RPC server print a more useful error msg.Rob Crittenden2007-11-151-2/+6
|
* Actually return a value to the shellRob Crittenden2007-10-191-1/+2
|
* Add a missing exception catcherrcritten@redhat.com2007-09-241-0/+3
|
* Implement delete users and groupsrcritten@redhat.com2007-08-281-0/+69
Implement adding a group to a group Some other small fixups Add new cmd-line tool ipa-delgroup