summaryrefslogtreecommitdiffstats
path: root/ipa-python/user.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | object. Based on rcrit's original patch. Push scalar to list value conversion inside funcs.py.
* Add update user to gui.Kevin McCarthy2007-08-161-3/+1
| | | | | | Fix fields to be lowercase in web gui (server now returns them lowercase). Fix ipaclient.py to refer to lowercase fields when adding a user. Fix user.getValue() to check isinstance(value,list) instead of value[0].
* Ensure that the Apache server is in forked modercritten@redhat.com2007-08-141-0/+13
| | | | | Add ability to update existing users Try to prevent fetching and setting empty strings
* - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-061-0/+112
- Add mod_auth_kerb and cyrus-sasl-gssapi to Requires - Remove references to admin server in ipa-server-setupssl - Generate a client certificate for the XML-RPC server to connect to LDAP with - Create a keytab for Apache - Create an ldif with a test user - Provide a certmap.conf for doing SSL client authentication - Update tools to use kerberos - Add User class