summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ldapupdate.py
Commit message (Expand)AuthorAgeFilesLines
* Server Upgrade: use debug log level for upgrade instead of infoMartin Basti2015-07-031-15/+15
* ipalib: Load ipaserver plugins when api.env.in_server is TrueJan Cholasta2015-07-011-1/+0
* Add Domain Level featureTomas Babej2015-05-261-0/+5
* Server Upgrade: fix remove statementMartin Basti2015-05-261-3/+4
* Server Upgrade: raise RuntimeError instead exit()Martin Basti2015-05-191-1/+1
* Server Upgrade: Allow base64 encoded valuesMartin Basti2015-05-111-29/+109
* Server Upgrade: remove CSV from upgrade filesMartin Basti2015-05-111-98/+65
* Server Upgrade: fix a comment in ldapupdaterMartin Basti2015-05-051-6/+1
* Server Upgrade: restart DS using ipaplatfom serviceMartin Basti2015-04-141-4/+4
* Server Upgrade: Handle connection better in updates_from_dictMartin Basti2015-04-141-3/+4
* Server Upgrade: specify order of plugins in update filesMartin Basti2015-04-141-44/+140
* Server Upgrade: remove unused code in upgradeMartin Basti2015-04-141-7/+1
* Server Upgrade: use only LDAPI connectionMartin Basti2015-04-141-1/+1
* Server Upgrade: remove --test optionMartin Basti2015-03-191-31/+22
* Server Upgrade: order update files by defaultMartin Basti2015-03-191-1/+1
* Server Upgrade: Update entries in order specified in fileMartin Basti2015-03-191-62/+13
* Server Upgrade: Set modified to false, before each updateMartin Basti2015-03-191-1/+2
* Server Upgrade: Upgrade one file per timeMartin Basti2015-03-191-36/+18
* Server Upgrade: do not sort updates by DNMartin Basti2015-03-191-13/+2
* Server Upgrade: Remove unused PRE_SCHEMA_UPDATEMartin Basti2015-03-191-14/+1
* Fix upgrade: do not use invalid ldap connectionMartin Basti2014-11-061-0/+6
* ldapupdate: Restore 'replace' functionalityPetr Viktorin2014-07-041-0/+8
* Added upgrade step executed before schmema is upgradedMartin Basti2014-06-271-1/+14
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-2/+3
* 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