summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ldapupdate.py
Commit message (Expand)AuthorAgeFilesLines
* Apply LDAP update files in blocks of 10, as originally designed.Rob Crittenden2013-04-121-1/+27
* Remove ipaserver/ipaldap.pyPetr Viktorin2013-03-131-2/+2
* replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)Petr Viktorin2013-03-011-1/+1
* Replace deleteEntry with delete_entryPetr Viktorin2013-03-011-1/+1
* Replace addEntry with add_entryPetr Viktorin2013-03-011-2/+2
* Remove toTupleList and attrList from LDAPEntryPetr Viktorin2013-03-011-4/+2
* Replace getList by a get_entries methodPetr Viktorin2013-03-011-1/+1
* Replace entry.getValue by entry.single_valuePetr Viktorin2013-03-011-2/+2
* Remove special-casing for missing and single-valued attributes in LDAPUpdate....Petr Viktorin2013-03-011-6/+0
* Replace entry.setValue/setValues by item assignmentPetr Viktorin2013-03-011-9/+9
* Replace entry.getValues() by entry.get()Petr Viktorin2013-03-011-5/+5
* Replace setValue by keyword arguments when creating entriesPetr Viktorin2013-03-011-6/+7
* Remove the Entry class.Jan Cholasta2013-03-011-2/+2
* Remove the Entity class.Jan Cholasta2013-03-011-31/+4
* Add make_entry factory method to LDAPConnection.Jan Cholasta2013-03-011-2/+2
* Derive Entity class from Entry, and move it to ldapupdatePetr Viktorin2013-03-011-3/+28
* Remove some unused importsPetr Viktorin2013-03-011-14/+12
* Sort LDAP updates properlyMartin Kosek2013-01-111-19/+16
* Enable transactions by default, make password and modrdn TXN-awareRob Crittenden2012-11-211-1/+13
* Run index task in ldap updater only when neededMartin Kosek2012-09-161-6/+9
* Add attributeTypes to safe schema updaterMartin Kosek2012-09-161-29/+39
* Add safe updates for objectClassesMartin Kosek2012-09-041-2/+50
* Ticket #3008: DN objects hash differently depending on caseJohn Dennis2012-08-221-1/+1
* Use DN objects instead of stringsJohn Dennis2012-08-121-331/+357
* Rework task naming in LDAP updates to avoid conflicting names in certain casesAlexander Bokovoy2012-07-241-9/+9
* Framework for admin/install tools, with ipa-ldap-updaterPetr Viktorin2012-07-221-1/+1
* Move install script error handling to a common functionPetr Viktorin2012-05-311-1/+4
* Remove ipa-server-install LDAP update errorsMartin Kosek2012-05-171-1/+8
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-1/+1
* Don't check for schema uniqueness when comparing in ldapupdate.Rob Crittenden2012-02-221-1/+6
* Correct update syntax in 30-s4u2proxy.updateRob Crittenden2012-02-151-6/+6
* Fix attempted write to attribute of read-only object.Jan Cholasta2012-01-021-2/+2
* Ticket #1879 - IPAdmin undefined anonymous parameter listsJohn Dennis2011-11-291-2/+2
* Fix some issues introduced when rebasing update patchRob Crittenden2011-11-231-4/+4
* Add plugin framework to LDAP updates.Rob Crittenden2011-11-221-62/+82
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-42/+42
* Fix DNS permissions and membership in privilegesRob Crittenden2011-10-091-2/+14
* Move Managed Entries into their own container in the replicated space.Jr Aquino2011-09-121-26/+126
* 35 remove escapes from the cvs parser in ipaserver/install/ldapupdate https:/...Jr Aquino2011-07-191-2/+1
* Disallow direct modifications to enrolledBy.Rob Crittenden2011-07-141-2/+2
* Add backslash escape support for cvs readerJohn Dennis2011-06-221-1/+2
* LDAP Updater may crash IPA installerMartin Kosek2011-05-021-1/+1
* The default groups we create should have ipaUniqueId setRob Crittenden2011-04-151-1/+9
* Fix traceback in ipa-nis-manage.Rob Crittenden2011-04-111-28/+32
* Fix ORDERING in some attributetypes and remove other unnecessary elements.Rob Crittenden2011-04-051-1/+1
* Automatically update IPA LDAP on rpm upgradesRob Crittenden2011-03-211-17/+26
* Domain to RealmSimo Sorce2011-03-141-10/+15
* Use ldapi: instead of unsecured ldap: in ipa core tools.Pavel Zuna2011-03-031-15/+30
* Add default roles and permissions for HBAC, SUDO and pw policyRob Crittenden2011-02-221-2/+14
* Let 389-ds start up even if Kerboros is not configured yet.Rob Crittenden2011-02-141-5/+9