summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/ldap2.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix bug in _get_syntax (it was always returning None).Pavel Zuna2009-08-031-15/+7
* Import explode_dn from ldap.functions for backward compatibility with older v...Pavel Zuna2009-07-081-2/+4
* Add class variable to indicate whether SSL is required or not.Rob Crittenden2009-07-071-2/+4
* Fix bug in ldap2.modify_password and make adding/removing members slightly mo...Pavel Zuna2009-07-071-4/+4
* Add conversion of attribute name synonyms when generating modlists.Pavel Zuna2009-06-151-0/+28
* Add support for incomplete (truncated) search results.Pavel Zuna2009-06-151-14/+29
* Fix bugs in ldap2.Pavel Zuna2009-06-121-18/+8
* Fix bug in ldap2.normalize_dn.Pavel Zuna2009-06-101-1/+1
* Make it easier to search for a single entry by attribute value (find_entry_by...Pavel Zuna2009-05-261-6/+19
* Make ldap2 always return attribute names as lowercase. Add Encoder to ldap2 b...Pavel Zuna2009-05-221-117/+43
* Make search filter generation a bit safer. Minor bug fixes/code improvements.Pavel Zuna2009-04-301-8/+12
* Add method to generate DN from attribute directly, without making RDN first.Pavel Zuna2009-04-301-0/+10
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-25/+25
* Throw AlreadyGroupMember instead of EmptyModlist when trying to re-add member...Pavel Zuna2009-04-221-3/+4
* Change ldap2.__handle_errors into the global _handle_errors function.Pavel Zuna2009-04-221-52/+53
* Make it possible to construct partial match filters using make_filter_* metho...Pavel Zuna2009-04-221-6/+20
* Remove unwanted white spaceRob Crittenden2009-04-201-12/+12
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-30/+64
* Use full OID for LDAP SYNTAX identification. Don't convert Booleans and Integ...Pavel Zuna2009-04-061-24/+20
* Add new LDAP backend plugin.root2009-04-031-0/+741