Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Embed origiginal values inside user, and have update_user pass in a user | Kevin McCarthy | 2007-08-20 | 1 | -0/+14 |
| | | | | | object. Based on rcrit's original patch. Push scalar to list value conversion inside funcs.py. | ||||
* | change strings to be encoded using value.encode("utf-8"). | Kevin McCarthy | 2007-08-17 | 1 | -2/+2 |
| | | | | | fix update to set 'cn' instead of 'sn'. remove str() in funcs.add_user(). | ||||
* | Manual merge changes in for the cidict/ipaclient add_user() | Kevin McCarthy | 2007-08-17 | 1 | -1/+18 |
| | |||||
* | Change userlist into a quick search form. | Kevin McCarthy | 2007-08-17 | 1 | -1/+2 |
| | | | | | Add hack to update cn using givenname+sn (for now). Change funcs.find_users() to not error if no results. | ||||
* | Implement user inactivation | rcritten@redhat.com | 2007-08-17 | 2 | -3/+59 |
| | | | | | Comment some functions Add attribute argument to get_user() | ||||
* | Ensure that the Apache server is in forked mode | rcritten@redhat.com | 2007-08-14 | 2 | -0/+53 |
| | | | | | Add ability to update existing users Try to prevent fetching and setting empty strings | ||||
* | Patch from Rob to quick fix an error in the previous one | Simo Sorce | 2007-08-16 | 1 | -1/+1 |
| | |||||
* | Basic LDAP connection pooling | rcritten@redhat.com | 2007-08-13 | 2 | -5/+105 |
| | | | | Implement user search | ||||
* | Allow the API to specify the location in the tree to add users, defaulting | rcritten@redhat.com | 2007-08-10 | 1 | -2/+2 |
| | | | | to ou=users,ou=default,$basedn | ||||
* | Generate /etc/httpd/conf.d/ipa.conf from a template so the realm can | rcritten@redhat.com | 2007-08-06 | 2 | -3/+2 |
| | | | | be set during installation | ||||
* | - Abstracted client class to work directly or over RPC | rcritten@redhat.com | 2007-08-06 | 3 | -157/+217 |
| | | | | | | | | | | | - 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 | ||||
* | Rename 'gn' to 'givenName' | kmccarth@redhat.com | 2007-08-02 | 1 | -1/+1 |
| | |||||
* | Add local-dist target. | Karl MacMillan | 2007-08-01 | 1 | -2/+7 |
| | | | | Remove hard-coded config. | ||||
* | Fixed broken patches and server spec. | Karl MacMillan | 2007-07-31 | 3 | -5/+8 |
| | |||||
* | Final reorginzation to reflect packaging. | Karl MacMillan | 2007-07-31 | 5 | -0/+480 |