summaryrefslogtreecommitdiffstats
path: root/ipaserver/ipaldap.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide 'protocol' argument to IPAdminPetr Viktorin2012-11-231-11/+27
* Use DN objects instead of stringsJohn Dennis2012-08-121-53/+62
* Centralize timeout for waiting for servers to start.Rob Crittenden2012-07-021-4/+3
* Remove ipa-server-install LDAP update errorsMartin Kosek2012-05-171-1/+1
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-1/+1
* Set nsslapd-minssf-exclude-rootdse to on so the DSE is always available.Rob Crittenden2012-03-261-1/+1
* Fix nsslapd-anonlimitsdn dn in cn=configRob Crittenden2012-03-131-1/+1
* Don't use sets when calculating the modlist so order is preserved.Rob Crittenden2012-02-131-4/+5
* Adopt to python-ldap 2.4.6 by removing unused references which are not availa...Alexander Bokovoy2012-02-081-1/+1
* Don't try to bind on TLS failureRob Crittenden2012-01-301-1/+3
* Fix attempted write to attribute of read-only object.Jan Cholasta2012-01-021-1/+1
* Add connection failure recovery to IPAdminMartin Kosek2011-12-081-6/+29
* ticket #1870 - subclass SimpleLDAPObjectJohn Dennis2011-11-291-58/+47
* Ticket #1879 - IPAdmin undefined anonymous parameter listsJohn Dennis2011-11-291-51/+43
* Work around limits not being updatable in 389-ds.Rob Crittenden2011-10-121-1/+1
* Add a function for formatting network locations of the form host:port for use...Jan Cholasta2011-10-051-3/+4
* Clean up existing DN object usageJohn Dennis2011-07-291-7/+0
* Convert nsaccountlock to always work as bool towards Python codeAlexander Bokovoy2011-07-131-1/+1
* Enable 389-ds SSL host checking by defauiltRob Crittenden2011-05-201-6/+51
* Wait for memberof task and DS to start before proceeding in installation.Rob Crittenden2011-04-221-0/+23
* Fix ORDERING in some attributetypes and remove other unnecessary elements.Rob Crittenden2011-04-051-4/+10
* Use wrapper for sasl gssapi binds so it behaves like other bindsSimo Sorce2011-03-011-2/+6
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-2/+0