summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/ldap2.py
Commit message (Expand)AuthorAgeFilesLines
* Add ldap2 method to retrieve allowed attributes for specified objectClasses.Pavel Zuna2011-01-261-3/+17
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-1/+1
* Add some basic filter validation to permissions and disallow empty filtersRob Crittenden2011-01-211-0/+2
* Move mep templates under cn=etcSimo Sorce2011-01-141-1/+2
* python-ldap fails gloriously if the search time limit is 0. Don't allow it.Rob Crittenden2011-01-141-0/+2
* Fix output of failed managedby hosts, allow a host to manage itself.Rob Crittenden2011-01-111-3/+9
* Enable low-level LDAP debugging.Rob Crittenden2011-01-111-1/+4
* Don't use Class of Service for account activation, use attribute.Rob Crittenden2011-01-041-47/+4
* Remove common entries when deleting a master.Simo Sorce2010-12-211-3/+4
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Fix search filter generator in ldap2 for NOT operator.Pavel Zuna2010-12-081-0/+6
* Add new parameter type IA5Str and use this to enforce the right charset.Rob Crittenden2010-12-071-0/+2
* Ensure list of attrs to retrieve is unique, optimize getting indirect membersRob Crittenden2010-12-061-3/+9
* Fix NotFound exception in ipa-nis-manage.Rob Crittenden2010-11-091-1/+1
* Populate indirect members when showing a group object.Rob Crittenden2010-10-281-0/+71
* Allow RDN changes for users, groups, rolegroups and taskgroups.Rob Crittenden2010-10-281-0/+2
* find_entries paramAdam Young2010-10-251-3/+1
* Add fail-safe defaults to time and size limits in ldap2 searches.Pavel Zuna2010-10-221-5/+11
* Disallow RDN change and single-value bypass using setattr/addattr.Pavel Zuna2010-10-181-13/+31
* Handle an empty base_dn and no cn=ipaconfig in the ldap2 backend, fix migration.Rob Crittenden2010-09-281-3/+11
* Handle search_ext() returning ldap.SUCCESSRob Crittenden2010-09-281-0/+2
* Add some tests for using the ldap2 Backend.Rob Crittenden2010-09-241-1/+1
* Allow the schema to be set once an ldap connection is locked.Rob Crittenden2010-09-091-1/+3
* Make ldap2 class work as a client library as well.Rob Crittenden2010-09-071-36/+48
* Use global time and size limit values when searching.Rob Crittenden2010-08-191-5/+17
* Fix reference to _handle_errors() in remove_principal_key()Rob Crittenden2010-08-101-1/+1
* Add API to delete a service principal key, service-disable.Rob Crittenden2010-07-131-0/+16
* Handle errors raised by plugins more gracefully in mod_wsgi.Rob Crittenden2010-07-121-13/+17
* Add support for User-Private GroupsRob Crittenden2010-07-061-7/+30
* Replace a new instance of IPAdmin use in ipa-server-install.Pavel Zuna2010-04-271-8/+8
* Use ldap2 instead of legacy LDAP code from v1 in installer scripts.Pavel Zuna2010-04-191-13/+9
* Retrieve the LDAP schema using kerberos credentials.Rob Crittenden2010-03-171-7/+38
* Convert integer and boolean values to unicode, don't leave them as str.Pavel Zuna2010-02-171-2/+0
* Fix schema loading in the ldap backend.Pavel Zuna2010-01-271-1/+4
* Allow cospriority to be updated and fix description of priority orderingRob Crittenden2010-01-191-9/+13
* Improve modlist generation in ldap2. Some code cleanup as bonus.Pavel Zuna2010-01-111-65/+89
* Remove ldap2.convert_attr_synonyms. Turns out python-ldap can replace it.Pavel Zuna2009-12-021-30/+1
* Gracefully handle a valid kerberos ticket for a deleted entry.Rob Crittenden2009-11-191-7/+10
* Filter all NULL values in ldap2.add_entry. python-ldap doesn't like'em.Pavel Zuna2009-11-181-1/+1
* Use a new mechanism for delegating certificate issuance.Rob Crittenden2009-11-031-1/+1
* Add can_add() and can_delete() GER helpersRob Crittenden2009-10-211-0/+37
* Add option to not normalize a DN when adding/updating a record.Rob Crittenden2009-10-051-4/+6
* Fix aci plugin, enhance aci parsing capabilities, add user group supportRob Crittenden2009-09-281-1/+3
* Only initialize the API once in the installerRob Crittenden2009-09-281-8/+14
* Enrollment for a host in an IPA domainRob Crittenden2009-09-241-1/+41
* Raise more specific error when an Objectclass Violation occurs Fix the virtua...Rob Crittenden2009-09-141-0/+2
* Make ldap2.add_entry proof to None values, because python-ldap hate'em.Pavel Zuna2009-09-081-0/+4
* Introduce a list of attributes for which only MOD_REPLACE operations are gene...Pavel Zuna2009-08-281-2/+10
* Enable ldapi connections in the management framework.Rob Crittenden2009-08-271-20/+11
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-121-4/+0