summaryrefslogtreecommitdiffstats
path: root/ipapython/ipaldap.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: introduce Principal parameterMartin Babinsky2016-07-011-1/+5
* ipaldap: turn LDAP filter utility functions into class methodsFraser Tweedale2016-06-291-16/+19
* ldap: fix handling of binary data in search filtersJan Cholasta2016-06-211-1/+6
* add context to exception on LdapEntry decode errorFlorence Blanc-Renaud2016-06-091-2/+10
* ipaldap: Convert dict items to list before iteratingPetr Viktorin2016-05-301-1/+1
* ipaldap: Keep attribute names as text, not bytesPetr Viktorin2016-05-301-2/+2
* Remove unused variable and finally block in SchemaCacheMartin Basti2016-05-121-5/+0
* differentiate between limit types when LDAP search exceeds configured limitsMartin Babinsky2016-04-131-18/+50
* pylint: supress false positive no-member errorsMartin Basti2016-03-021-1/+1
* ipaldap, ldapupdate: Encoding fixes for Python 3Petr Viktorin2016-02-171-4/+10
* Remove unused importsMartin Basti2015-12-231-4/+1
* Upgrade: increase time limit for upgradesMartin Basti2015-12-011-2/+9
* Fix more bytes/unicode issuesPetr Viktorin2015-10-221-2/+3
* ipaldap: Remove extraneous `long` (included in six.int_types)Petr Viktorin2015-10-131-1/+1
* Use bytes instead of str where appropriateJan Cholasta2015-09-171-17/+17
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* Use six.python_2_unicode_compatibleJan Cholasta2015-09-071-1/+3
* ldap: Make ldap2 connection management thread-safe againJan Cholasta2015-09-041-23/+9
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-011-1/+1
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-8/+8
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-1/+2
* Modernize 'except' clausesPetr Viktorin2015-08-121-7/+7
* 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