summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-addgroup
Commit message (Collapse)AuthorAgeFilesLines
* Add two now options, --addattr and --setattr, to allow arbitrary attributes ↵Rob Crittenden2008-05-301-1/+33
| | | | | | | | | to be added and set when a new user or group is created. Make the user password not mandatory and add new option, -P, to prompt for a password interactively. 449006
* 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
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-271-35/+40
| | | | | | | 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/+4
| | | | | | Fix some missing options in --usage Remove a few debugging statements Resolves 430704
* Use proper string validation routine.Rob Crittenden2008-01-311-1/+1
| | | | Resolves 430709
* Rework input validation to more closely match what we require in the UIRob Crittenden2007-12-071-8/+8
|
* 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
|
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-211-6/+36
| | | | | | | Add ipa-passwd tool Add simple field validation package This patch adds a package requirement, python-krbV. This is needed to determine the current user based on their kerberos ticket.
* Initial support for Groupsrcritten@redhat.com2007-08-241-0/+83
Create separate object for Users and Groups (using same base class) Check for uniqueness before adding new users and groups Remove user_container from everything but add operations Abstract out a number of functions that are common across users and groups Make sure all strings passed in to be in a filter are checked Add new error message: No modifications specified