summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ldapupdate.py
Commit message (Expand)AuthorAgeFilesLines
* Use raw LDAP data in ldapupdate.Jan Cholasta2014-01-101-23/+7
* Remove legacy LDAPEntry properties data and orig_data.Jan Cholasta2014-01-101-4/+0
* Add LDAPEntry method generate_modlist.Jan Cholasta2014-01-101-1/+1
* Reduce amount of LDAPEntry.reset_modlist calls in ldapupdate.Jan Cholasta2014-01-101-8/+4
* Use LDAPClient.update_entry for LDAP mods in ldapupdate.Jan Cholasta2014-01-101-2/+2
* Rename LDAPEntry method commit to reset_modlist.Jan Cholasta2014-01-101-1/+1
* Remove schema special-casing from the LDAP updaterPetr Viktorin2013-11-181-111/+4
* ldapupdate: Factor out connection codePetr Viktorin2013-11-181-40/+36
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-051-2/+2
* Remove legacy toDict and origDataDict methods of LDAPEntry.Jan Cholasta2013-10-311-4/+3
* Hide sensitive attributes in LDAP updater logging and outputRob Crittenden2013-07-181-19/+47
* 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