summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipaclient.py
Commit message (Expand)AuthorAgeFilesLines
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-251-0/+9
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-251-0/+9
* Merge conflicts between rob and kevin patchesSimo Sorce2007-09-201-6/+17
|\
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-191-4/+5
| * Add client-side search limit parameter for user search.Kevin McCarthy2007-09-181-2/+2
* | Use ticket forwarding with TurboGears. mod_proxy forwards the principalrcritten@redhat.com2007-09-141-0/+6
* | Add function to allow user's to set/reset their kerberos passwordrcritten@redhat.com2007-09-111-10/+7
|/
* Change user search to be asynchronous.Kevin McCarthy2007-08-281-4/+6
* Implement delete users and groupsrcritten@redhat.com2007-08-281-3/+21
* This patch wraps binary data in an xmlrpclib Binary object. ThisKarl MacMillan2007-08-281-11/+3
* 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