summaryrefslogtreecommitdiffstats
path: root/ipaserver/ipaldap.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove common entries when deleting a master.Simo Sorce2010-12-211-0/+29
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add LDAP upgrade over ldapi support.Rob Crittenden2010-06-011-2/+12
* Don't pass non-existent arguments to _handle_errors()Rob Crittenden2009-05-191-9/+5
* Add a reason to the NotFound exception so we can provide more robust errorsRob Crittenden2009-05-131-4/+4
* Fix replica installation for self-signed CA (no dogtag)Rob Crittenden2009-05-041-0/+58
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-14/+14
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-39/+71
* Raise a more specific error when a user lacks the proper permissions.Rob Crittenden2009-03-251-1/+5
* Enforce netgroup uniqueness, allow netgroups to be members of netgroupsRob Crittenden2009-02-271-0/+6
* Remove more unused files and functions, replace ipaerror with new error classesRob Crittenden2009-02-061-3/+3
* Applied Rob's errors patchRob Crittenden2009-02-031-6/+6
* Add new method, delAttr(), to completely remove an attributeRob Crittenden2009-01-191-3/+10
* Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to tests/test_ip...Jason Gerard DeRose2009-01-041-0/+546