| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable low-level LDAP debugging. | Rob Crittenden | 2011-01-11 | 1 | -1/+4 |
* | Don't use Class of Service for account activation, use attribute. | Rob Crittenden | 2011-01-04 | 1 | -47/+4 |
* | Remove common entries when deleting a master. | Simo Sorce | 2010-12-21 | 1 | -3/+4 |
* | Change FreeIPA license to GPLv3+ | Jakub Hrozek | 2010-12-20 | 1 | -5/+5 |
* | Fix search filter generator in ldap2 for NOT operator. | Pavel Zuna | 2010-12-08 | 1 | -0/+6 |
* | Add new parameter type IA5Str and use this to enforce the right charset. | Rob Crittenden | 2010-12-07 | 1 | -0/+2 |
* | Ensure list of attrs to retrieve is unique, optimize getting indirect members | Rob Crittenden | 2010-12-06 | 1 | -3/+9 |
* | Fix NotFound exception in ipa-nis-manage. | Rob Crittenden | 2010-11-09 | 1 | -1/+1 |
* | Populate indirect members when showing a group object. | Rob Crittenden | 2010-10-28 | 1 | -0/+71 |
* | Allow RDN changes for users, groups, rolegroups and taskgroups. | Rob Crittenden | 2010-10-28 | 1 | -0/+2 |
* | find_entries param | Adam Young | 2010-10-25 | 1 | -3/+1 |
* | Add fail-safe defaults to time and size limits in ldap2 searches. | Pavel Zuna | 2010-10-22 | 1 | -5/+11 |
* | Disallow RDN change and single-value bypass using setattr/addattr. | Pavel Zuna | 2010-10-18 | 1 | -13/+31 |
* | Handle an empty base_dn and no cn=ipaconfig in the ldap2 backend, fix migration. | Rob Crittenden | 2010-09-28 | 1 | -3/+11 |
* | Handle search_ext() returning ldap.SUCCESS | Rob Crittenden | 2010-09-28 | 1 | -0/+2 |
* | Add some tests for using the ldap2 Backend. | Rob Crittenden | 2010-09-24 | 1 | -1/+1 |
* | Allow the schema to be set once an ldap connection is locked. | Rob Crittenden | 2010-09-09 | 1 | -1/+3 |
* | Make ldap2 class work as a client library as well. | Rob Crittenden | 2010-09-07 | 1 | -36/+48 |
* | Use global time and size limit values when searching. | Rob Crittenden | 2010-08-19 | 1 | -5/+17 |
* | Fix reference to _handle_errors() in remove_principal_key() | Rob Crittenden | 2010-08-10 | 1 | -1/+1 |
* | Add API to delete a service principal key, service-disable. | Rob Crittenden | 2010-07-13 | 1 | -0/+16 |
* | Handle errors raised by plugins more gracefully in mod_wsgi. | Rob Crittenden | 2010-07-12 | 1 | -13/+17 |
* | Add support for User-Private Groups | Rob Crittenden | 2010-07-06 | 1 | -7/+30 |
* | Replace a new instance of IPAdmin use in ipa-server-install. | Pavel Zuna | 2010-04-27 | 1 | -8/+8 |
* | Use ldap2 instead of legacy LDAP code from v1 in installer scripts. | Pavel Zuna | 2010-04-19 | 1 | -13/+9 |
* | Retrieve the LDAP schema using kerberos credentials. | Rob Crittenden | 2010-03-17 | 1 | -7/+38 |
* | Convert integer and boolean values to unicode, don't leave them as str. | Pavel Zuna | 2010-02-17 | 1 | -2/+0 |
* | Fix schema loading in the ldap backend. | Pavel Zuna | 2010-01-27 | 1 | -1/+4 |
* | Allow cospriority to be updated and fix description of priority ordering | Rob Crittenden | 2010-01-19 | 1 | -9/+13 |
* | Improve modlist generation in ldap2. Some code cleanup as bonus. | Pavel Zuna | 2010-01-11 | 1 | -65/+89 |
* | Remove ldap2.convert_attr_synonyms. Turns out python-ldap can replace it. | Pavel Zuna | 2009-12-02 | 1 | -30/+1 |
* | Gracefully handle a valid kerberos ticket for a deleted entry. | Rob Crittenden | 2009-11-19 | 1 | -7/+10 |
* | Filter all NULL values in ldap2.add_entry. python-ldap doesn't like'em. | Pavel Zuna | 2009-11-18 | 1 | -1/+1 |
* | Use a new mechanism for delegating certificate issuance. | Rob Crittenden | 2009-11-03 | 1 | -1/+1 |
* | Add can_add() and can_delete() GER helpers | Rob Crittenden | 2009-10-21 | 1 | -0/+37 |
* | Add option to not normalize a DN when adding/updating a record. | Rob Crittenden | 2009-10-05 | 1 | -4/+6 |
* | Fix aci plugin, enhance aci parsing capabilities, add user group support | Rob Crittenden | 2009-09-28 | 1 | -1/+3 |
* | Only initialize the API once in the installer | Rob Crittenden | 2009-09-28 | 1 | -8/+14 |
* | Enrollment for a host in an IPA domain | Rob Crittenden | 2009-09-24 | 1 | -1/+41 |
* | Raise more specific error when an Objectclass Violation occurs Fix the virtua... | Rob Crittenden | 2009-09-14 | 1 | -0/+2 |
* | Make ldap2.add_entry proof to None values, because python-ldap hate'em. | Pavel Zuna | 2009-09-08 | 1 | -0/+4 |
* | Introduce a list of attributes for which only MOD_REPLACE operations are gene... | Pavel Zuna | 2009-08-28 | 1 | -2/+10 |
* | Enable ldapi connections in the management framework. | Rob Crittenden | 2009-08-27 | 1 | -20/+11 |
* | Clean up some problems discovered with pylint and pychecker | Rob Crittenden | 2009-08-12 | 1 | -4/+0 |
* | Fix bug in _get_syntax (it was always returning None). | Pavel Zuna | 2009-08-03 | 1 | -15/+7 |
* | Import explode_dn from ldap.functions for backward compatibility with older v... | Pavel Zuna | 2009-07-08 | 1 | -2/+4 |
* | Add class variable to indicate whether SSL is required or not. | Rob Crittenden | 2009-07-07 | 1 | -2/+4 |
* | Fix bug in ldap2.modify_password and make adding/removing members slightly mo... | Pavel Zuna | 2009-07-07 | 1 | -4/+4 |
* | Add conversion of attribute name synonyms when generating modlists. | Pavel Zuna | 2009-06-15 | 1 | -0/+28 |
* | Add support for incomplete (truncated) search results. | Pavel Zuna | 2009-06-15 | 1 | -14/+29 |