Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Completely remove an attribute | Rob Crittenden | 2007-10-31 | 1 | -0/+5 |
| | |||||
* | Fixes none values in first/last name to display properly. | Kevin McCarthy | 2007-10-04 | 1 | -2/+2 |
| | |||||
* | This patch wraps binary data in an xmlrpclib Binary object. This | Karl MacMillan | 2007-08-28 | 1 | -13/+11 |
| | | | | | | | | removes the need for LDIF conversion. It will make TurboGears direct code faster, but should keep xmlrpc about the same speed. The patch also swaps out ldap.cidict for the IPA CIDict class. IPA code should only use the CIDict class now. | ||||
* | Initial support for Groups | rcritten@redhat.com | 2007-08-24 | 1 | -0/+153 |
Create separate object for Users and Groups (using same base class) Check for uniqueness before adding new users and groups Remove user_container from everything but add operations Abstract out a number of functions that are common across users and groups Make sure all strings passed in to be in a filter are checked Add new error message: No modifications specified |