summaryrefslogtreecommitdiffstats
path: root/ipaserver/ipaldap.py
Commit message (Expand)AuthorAgeFilesLines
* Support attributes with multiple names in LDAPEntry.Jan Cholasta2013-03-011-0/+12
* Aggregate IPASimpleLDAPObject in LDAPEntry.Jan Cholasta2013-03-011-9/+49
* Preserve case of attribute names in LDAPEntry.Jan Cholasta2013-03-011-26/+77
* Use the dn attribute of LDAPEntry to set/get DNs of entries.Jan Cholasta2013-03-011-2/+2
* Use IPAdmin rather than raw python-ldap in ipactlPetr Viktorin2013-03-011-2/+3
* Use ldap instead of _ldap in ipaldapPetr Viktorin2013-03-011-47/+47
* Remove IPAdmin.unbind_s(), keep unbind()Petr Viktorin2013-03-011-10/+1
* Remove IPAdmin.simple_bind_sPetr Viktorin2013-03-011-5/+1
* Remove IPAdmin.sasl_interactive_bind_sPetr Viktorin2013-03-011-7/+3
* Replace IPAdmin.start_tls_s by an __init__ argumentPetr Viktorin2013-03-011-5/+5
* Remove search_s and search_ext_s from IPAdminPetr Viktorin2013-03-011-8/+0
* Proxy LDAP methods explicitly rather than using __getattr__Petr Viktorin2013-03-011-3/+38
* Inline waitForEntry in its only callerPetr Viktorin2013-03-011-42/+0
* Inline inactivateEntry in its only callerPetr Viktorin2013-03-011-19/+0
* replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)Petr Viktorin2013-03-011-16/+5
* Replace deleteEntry with delete_entryPetr Viktorin2013-03-011-5/+0
* Replace addEntry with add_entryPetr Viktorin2013-03-011-5/+0
* Rename LDAPConnection to LDAPClientPetr Viktorin2013-03-011-4/+4
* Remove toTupleList and attrList from LDAPEntryPetr Viktorin2013-03-011-15/+0
* Replace getList by a get_entries methodPetr Viktorin2013-03-011-10/+18
* Replace entry.getValue by entry.single_valuePetr Viktorin2013-03-011-8/+0
* Introduce LDAPEntry.single_value for getting single-valued attributesPetr Viktorin2013-03-011-0/+23
* Replace IPAdmin.checkTask by replication.wait_for_taskPetr Viktorin2013-03-011-24/+0
* Remove IPAdmin.get_dns_sorted_by_lengthPetr Viktorin2013-03-011-36/+0
* Remove dbdir, binddn, bindpwd from IPAdminPetr Viktorin2013-03-011-22/+6
* Turn the LDAPError handler into a context managerPetr Viktorin2013-03-011-59/+41
* Remove unused bindcert and bindkey arguments to IPAdminPetr Viktorin2013-03-011-9/+2
* Change {add,update,delete}_entry to take LDAPEntriesPetr Viktorin2013-03-011-27/+48
* Replace entry.setValue/setValues by item assignmentPetr Viktorin2013-03-011-23/+0
* Replace entry.getValues() by entry.get()Petr Viktorin2013-03-011-5/+0
* Remove the Entry class.Jan Cholasta2013-03-011-47/+0
* Remove the Entity class.Jan Cholasta2013-03-011-8/+44
* Add make_entry factory method to LDAPConnection.Jan Cholasta2013-03-011-0/+7
* Implement some of IPAdmin's legacy methods in terms of LDAPConnection methodsPetr Viktorin2013-03-011-57/+25
* Move entry add, update, remove, rename to LDAPConnectionPetr Viktorin2013-03-011-0/+135
* Remove unused proxydn functionality from IPAdminPetr Viktorin2013-03-011-46/+2
* Move entry finding methods to LDAPConnectionPetr Viktorin2013-03-011-0/+321
* Move filter making methods to LDAPConnectionPetr Viktorin2013-03-011-0/+138
* Move DN handling methods to LDAPConnectionPetr Viktorin2013-03-011-0/+38
* Move schema-related methods to LDAPConnectionPetr Viktorin2013-03-011-13/+50
* Make IPAdmin not inherit from IPASimpleLDAPObjectPetr Viktorin2013-03-011-64/+23
* Start LDAPConnection, a common base for ldap2 and IPAdminPetr Viktorin2013-03-011-50/+92
* Move SchemaCache and IPASimpleLDAPObject to ipaserver.ipaldapPetr Viktorin2013-03-011-7/+544
* Move the decision to force schema updates out of IPASimpleLDAPObjectPetr Viktorin2013-03-011-0/+3
* Move LDAPEntry to ipaserver.ipaldap and derive Entry from itPetr Viktorin2013-03-011-70/+140
* Use explicit loggers in ldap2 codePetr Viktorin2013-03-011-1/+1
* Derive Entity class from Entry, and move it to ldapupdatePetr Viktorin2013-03-011-3/+9
* Remove unused methods from Entry, Entity, and IPAdminPetr Viktorin2013-03-011-108/+0
* Remove some unused importsPetr Viktorin2013-03-011-1/+0
* Add custom mapping object for LDAP entry data.Jan Cholasta2013-03-011-3/+6