summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipaclient.py
Commit message (Expand)AuthorAgeFilesLines
...
* Initial support for Groupsrcritten@redhat.com2007-08-241-6/+96
* Move add user logic to the server sidercritten@redhat.com2007-08-231-17/+1
* Handle optional arguments by using the value __NONE__ over XML-RPC.rcritten@redhat.com2007-08-231-6/+12
* Convert add_user to take a user instead of a dict.Kevin McCarthy2007-08-201-13/+16
* Embed origiginal values inside user, and have update_user pass in a userKevin McCarthy2007-08-201-5/+3
* Manual merge changes in for the cidict/ipaclient add_user()Kevin McCarthy2007-08-171-2/+12
* Revert incorrect fix.Karl MacMillan2007-08-171-1/+1
* Fix small typo in ipaclient.Karl MacMillan2007-08-171-1/+1
* Add update user to gui.Kevin McCarthy2007-08-161-6/+6
* Implement user inactivationrcritten@redhat.com2007-08-171-6/+27
* Ensure that the Apache server is in forked modercritten@redhat.com2007-08-141-0/+6
* Basic LDAP connection poolingrcritten@redhat.com2007-08-131-0/+11
* - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-061-0/+87