summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-modgroup
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo in ipa-modgroup causing it to fail Fixes: 463567Martin Nagy2008-10-081-1/+1
|
* Rework config.py and change cli tools. Maintain order of IPA servers from ↵Martin Nagy2008-09-111-34/+32
| | | | command line, config and DNS. Parse options before detecting IPA configuration. Don't ignore rest of the options if one is missing in ipa.conf. Drop the --usage options, we will rely on --help. Fixes: 458869, 459070, 458980, 459234
* Fix attribute parsing so that you can add a DN or an attribute with a '=' ↵Martin Nagy2008-07-091-2/+2
| | | | character in it. Fixes #454630
* Missed adding verbose to a couple of IPAClient invocations.Rob Crittenden2008-06-111-1/+1
| | | | 443987
* 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-16/+26
| | | | | | | 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
* Allow groups to be added as a group membeRob Crittenden2008-02-281-2/+33
| | | | 435134
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-271-85/+89
| | | | | | | 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-1/+12
|
* Handle the --usage option by actually displaying the usageRob Crittenden2008-01-311-0/+2
| | | | | | Fix some missing options in --usage Remove a few debugging statements Resolves 430704
* Use consistent naming for tools.Rob Crittenden2008-01-251-0/+171
Resolves 430243