summaryrefslogtreecommitdiffstats
path: root/ipa-python/user.py
Commit message (Expand)AuthorAgeFilesLines
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-0/+17
* Initial support for Groupsrcritten@redhat.com2007-08-241-151/+5
* Handle optional arguments by using the value __NONE__ over XML-RPC.rcritten@redhat.com2007-08-231-1/+1
* Convert add_user to take a user instead of a dict.Kevin McCarthy2007-08-201-1/+1
* Move utf-8 conversion inside user.py (for updates).Kevin McCarthy2007-08-201-2/+13
* Embed origiginal values inside user, and have update_user pass in a userKevin McCarthy2007-08-201-3/+22
* Add update user to gui.Kevin McCarthy2007-08-161-3/+1
* Ensure that the Apache server is in forked modercritten@redhat.com2007-08-141-0/+13
* - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-061-0/+112