summaryrefslogtreecommitdiffstats
path: root/ipapython/ipaldap.py
Commit message (Expand)AuthorAgeFilesLines
* allow to call ldap2.destroy_connection multiple timesPetr Vobornik2015-05-071-1/+1
* speed up indirect member processingPetr Vobornik2015-04-271-0/+2
* ldap: Remove IPASimpleLDAPObjectJan Cholasta2015-04-161-105/+0
* ldap: Use SimpleLDAPObject instead of IPASimpleLDAPObject in LDAPClientJan Cholasta2015-04-161-2/+2
* ldap: Move schema handling from IPASimpleLDAPObject to LDAPClientJan Cholasta2015-04-161-280/+261
* ldap: Use LDAPClient instead of IPASimpleLDAPObject in LDAPEntryJan Cholasta2015-04-161-4/+7
* ldap: Move value encoding from IPASimpleLDAPObject to LDAPClientJan Cholasta2015-04-161-133/+80
* ldap: Use LDAPClient bind and unbind methods in IPAdminJan Cholasta2015-04-161-19/+16
* ldap: Add bind and unbind methods to LDAPClientJan Cholasta2015-04-161-0/+35
* ldap: Use LDAPClient connection management in IPAdminJan Cholasta2015-04-161-12/+3
* ldap: Add connection management to LDAPClientJan Cholasta2015-04-161-9/+64
* ldap: Remove unused IPAdmin methodsJan Cholasta2015-04-161-8/+0
* ldap: Drop python-ldap tuple compatibilityJan Cholasta2015-04-161-66/+3
* User life cycle: allows MODRDN from ldap2Thierry Bordaz2015-04-161-6/+23
* baseldap: Handle missing parent objects properly in *-find commandsTomas Babej2015-01-131-1/+1
* Refactoring of autobind, object_existsMartin Basti2014-09-261-0/+37
* ipa-ldap-updater: make possible to use LDAPI with autobind in case of hardene...Alexander Bokovoy2014-07-041-0/+4
* ipaldap: Override conversion of nsds5replicalast{update,init}{start,end}Tomas Babej2014-07-021-0/+4
* Clarify LDAPClient docstrings about get_entry, get_entries and find_entriesPetr Spacek2014-06-201-1/+6
* DNSName conversion in ipaldapMartin Basti2014-06-031-0/+7
* ipalib: Add DateTime parameterTomas Babej2014-05-051-0/+7
* Keep original name when setting attribute in LDAPEntry.Jan Cholasta2014-04-181-33/+20
* Replace get_syntax method of IPASimpleObject with new get_type method.Jan Cholasta2014-04-181-13/+15
* Fix modlist generation code not to generate empty replace mods.Jan Cholasta2014-03-031-3/+3
* Raise an exception when legacy LDAP API is used.Jan Cholasta2014-01-241-19/+12
* Do not crash on bad LDAP data when formatting decode error message.Jan Cholasta2014-01-101-1/+1
* Store old entry state in dict rather than LDAPEntry.Jan Cholasta2014-01-101-29/+17
* Remove legacy LDAPEntry properties data and orig_data.Jan Cholasta2014-01-101-11/+0
* Remove unused LDAPClient methods get_syntax and get_single_value.Jan Cholasta2014-01-101-12/+0
* Add LDAPEntry method generate_modlist.Jan Cholasta2014-01-101-46/+39
* Use LDAPClient.update_entry for LDAP mods in ldapupdate.Jan Cholasta2014-01-101-60/+0
* Make IPASimpleLDAPObject.get_single_value result overridable.Jan Cholasta2014-01-101-3/+13
* Move LDAPClient method get_single_value to IPASimpleLDAPObject.Jan Cholasta2014-01-101-18/+30
* Use old entry state in LDAPClient.update_entry.Jan Cholasta2014-01-101-32/+26
* Rename LDAPEntry method commit to reset_modlist.Jan Cholasta2014-01-101-1/+1
* Convert remaining backend code to LDAPEntry API.Jan Cholasta2013-12-161-3/+3
* Support searches with paged results control in LDAPClient.Jan Cholasta2013-11-271-16/+59
* Add wrapper for result3 to IPASimpleLDAPObject.Jan Cholasta2013-11-271-0/+5
* Move IPA specific code from LDAPClient to the ldap2 plugin.Jan Cholasta2013-11-271-212/+7
* Improve LDAPEntry.__repr__ for freshly created entriesPetr Viktorin2013-11-261-1/+3
* Remove schema special-casing from the LDAP updaterPetr Viktorin2013-11-181-19/+8
* Add schema updater based on IPA schema filesPetr Viktorin2013-11-181-0/+6
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-22/+30
* Use encoded values from entry objects directly when adding new entries.Jan Cholasta2013-10-311-7/+1
* Use encoded values from entry objects directly when generating modlists.Jan Cholasta2013-10-311-33/+6
* Store encoded attribute values from search results directly in entry objects.Jan Cholasta2013-10-311-1/+1
* Remove legacy toDict and origDataDict methods of LDAPEntry.Jan Cholasta2013-10-311-27/+4
* Make sure attributeTypes updates are done before objectClasses updates.Jan Cholasta2013-10-311-1/+4
* Decode and encode attribute values in LDAPEntry on demand.Jan Cholasta2013-10-311-28/+186
* Always use lists for values in LDAPEntry internally.Jan Cholasta2013-10-311-2/+28