summaryrefslogtreecommitdiffstats
path: root/ipa-python
Commit message (Collapse)AuthorAgeFilesLines
* Convert add_user to take a user instead of a dict.Kevin McCarthy2007-08-202-14/+17
|
* 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-202-8/+25
| | | | | object. Based on rcrit's original patch. Push scalar to list value conversion inside funcs.py.
* 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
|
* Updated freeipa-admintool spec file to include additional tools.Karl MacMillan2007-08-172-4/+10
| | | | Updated freeipa-python to depend on PyKerberos package.
* Add update user to gui.Kevin McCarthy2007-08-162-9/+7
| | | | | | 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].
* Implement user inactivationrcritten@redhat.com2007-08-172-10/+53
| | | | | Comment some functions Add attribute argument to get_user()
* Ensure that the Apache server is in forked modercritten@redhat.com2007-08-143-2/+33
| | | | | Add ability to update existing users Try to prevent fetching and setting empty strings
* Basic LDAP connection poolingrcritten@redhat.com2007-08-132-0/+28
| | | | Implement user search
* Bump version numbers for release.Karl MacMillan2007-08-101-1/+1
|
* - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-066-68/+352
| | | | | | | | | | | - 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
* Only install the ipa.conf file if it does not exist.Karl MacMillan2007-08-031-2/+5
|
* Change server to not be global nor reused.kmccarth@redhat.com2007-08-021-9/+4
|
* Rename 'gn' to 'givenName'kmccarth@redhat.com2007-08-021-3/+1
|
* Added ipa.conf.Karl MacMillan2007-08-011-0/+3
|
* Added config.py.Karl MacMillan2007-08-011-0/+106
|
* Add local-dist target.Karl MacMillan2007-08-014-7/+25
| | | | Remove hard-coded config.
* Added spec files for python and admintools.Karl MacMillan2007-07-312-0/+90
|
* Fixed broken patches and server spec.Karl MacMillan2007-07-311-0/+0
|
* Final reorginzation to reflect packaging.Karl MacMillan2007-07-313-0/+113