summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-adduser
Commit message (Expand)AuthorAgeFilesLines
* Fix the -G option of ipa-adduser. Don't add the user if one of the groups doe...Martin Nagy2008-09-111-11/+28
* Rework config.py and change cli tools. Maintain order of IPA servers from com...Martin Nagy2008-09-111-22/+19
* Change user and group validators to match shadow-utilsRob Crittenden2008-08-071-6/+9
* Wrap up the raw_input() to user_input() for convenience and uniformity.Martin Nagy2008-07-231-44/+6
* Fix attribute parsing so that you can add a DN or an attribute with a '=' cha...Martin Nagy2008-07-091-2/+2
* Add two now options, --addattr and --setattr, to allow arbitrary attributes t...Rob Crittenden2008-05-301-2/+36
* Actually pass along the verbose option to IPAClient.Rob Crittenden2008-05-291-1/+1
* Catch name resolution errors coming from the socket module.Rob Crittenden2008-05-131-0/+4
* Add --verbose option so the HTTP headers and XML request/response can be seen.Rob Crittenden2008-04-251-17/+27
* Fix error where password was getting set wrong if passed in on command-line.Rob Crittenden2008-04-081-1/+1
* Don't define bogus realm/server in configuration file by defaultRob Crittenden2008-03-171-0/+3
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-271-36/+41
* Handle the --usage option by actually displaying the usageRob Crittenden2008-01-311-1/+4
* Rework input validation to more closely match what we require in the UIRob Crittenden2007-12-071-17/+17
* Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-301-1/+1
* Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-161-2/+0
* 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
* Rely more on kerberos.Simo Sorce2007-10-011-30/+25
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-211-18/+164
* Add function to allow user's to set/reset their kerberos passwordrcritten@redhat.com2007-09-111-1/+12
* Initial support for Groupsrcritten@redhat.com2007-08-241-0/+3
* Convert add_user to take a user instead of a dict.Kevin McCarthy2007-08-201-8/+9
* Manual merge changes in for the cidict/ipaclient add_user()Kevin McCarthy2007-08-171-1/+2
* Merge simple fix from Rob Crittenden.milestone_2Karl MacMillan2007-08-171-1/+1
* Implement user inactivationrcritten@redhat.com2007-08-171-0/+3
* - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-061-3/+9
* Rename 'gn' to 'givenName'kmccarth@redhat.com2007-08-021-1/+1
* Add local-dist target.Karl MacMillan2007-08-011-4/+7
* Minor fix to adduser.Karl MacMillan2007-07-311-1/+0
* Fixed broken patches and server spec.Karl MacMillan2007-07-311-3/+4
* Final reorginzation to reflect packaging.Karl MacMillan2007-07-311-0/+80