summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipaserver/test_ldap.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-2/+2
* test_ipaserver.test_ldap: Adjust tests to Python 3's KeyViewPetr Viktorin2016-05-301-4/+16
* test_ipaserver.test_ldap: Use bytestrings for raw LDAP valuesPetr Viktorin2016-05-301-10/+10
* Enable pylint expression-not-assigned checkMartin Basti2015-12-231-1/+1
* Applied tier0 and tier1 marks on unit tests and xmlrpc testsMilan Kubik2015-11-091-0/+3
* Use byte literals where appropriateJan Cholasta2015-09-171-2/+2
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+4
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-1/+1
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-0/+9
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-5/+5
* plugable: Load plugins only from modules imported by APIJan Cholasta2015-07-011-4/+4
* tests: Use PEP8-compliant setup/teardown method namesPetr Viktorin2014-11-211-4/+4
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-1/+2
* test_ldap: Read a publicly accessible attribute when testing anonymous bindPetr Viktorin2014-04-251-5/+4
* Keep original name when setting attribute in LDAPEntry.Jan Cholasta2014-04-181-2/+2
* Convert remaining test code to LDAPEntry API.Jan Cholasta2014-01-241-4/+4
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-4/+4
* Decode and encode attribute values in LDAPEntry on demand.Jan Cholasta2013-10-311-0/+48
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+259