summaryrefslogtreecommitdiffstats
path: root/ipapython/ipaldap.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce IPASimpleLDAPObject.decode method for decoding LDAP values.Jan Cholasta2013-10-311-27/+31
* Make LDAPEntry a wrapper around dict rather than a dict subclass.Jan Cholasta2013-10-311-68/+83
* Skip referrals when converting LDAP result to LDAPEntryTomas Babej2013-07-261-0/+9
* Correct default value of LDAPClient.get_entries scope argumentPetr Viktorin2013-07-251-1/+2
* Extend ipa-replica-manage to be able to manage DNA ranges.Rob Crittenden2013-03-131-0/+2
* Use IPAdmin rather than raw python-ldap in migration.py and ipadiscovery.pyPetr Viktorin2013-03-131-23/+30
* Use IPAdmin rather than raw python-ldap in ipa-client-installPetr Viktorin2013-03-131-1/+4
* Move ipaldap to ipapythonPetr Viktorin2013-03-131-0/+1815