summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ldapupdate.py
Commit message (Expand)AuthorAgeFilesLines
* py3: ldapupdate: fix logging str(bytes) issueMartin Basti2017-02-081-3/+5
* Set explicit confdir option for global contextsChristian Heimes2016-12-021-1/+3
* ipautil: remove get_domain_name()Jan Cholasta2016-11-291-4/+1
* ldapupdate: use ldapi in LDAPUpdateTomas Krizek2016-11-071-7/+3
* install: add restart_dirsrv for directory server restartsTomas Krizek2016-11-071-3/+1
* ipaldap: merge IPAdmin to LDAPClientTomas Krizek2016-11-071-4/+2
* ipaldap: merge gssapi_bind to LDAPClientTomas Krizek2016-11-071-2/+2
* ipaldap: merge external_bind into LDAPClientTomas Krizek2016-11-071-2/+2
* ipaldap: merge simple_bind into LDAPClientTomas Krizek2016-11-071-2/+2
* Remove unused variables in the codeMartin Basti2016-09-271-1/+1
* pylint: fix old-style-classJan Barta2016-09-221-1/+1
* Remove update_from_dict() methodStanislav Laznicka2016-09-221-14/+0
* ldapupdate: Use proper inheritance in BadSyntax exceptionMartin Babinsky2016-09-061-2/+2
* fix upgrade: wait for proper DS socket after DS restartMartin Basti2016-02-231-3/+1
* ipaldap, ldapupdate: Encoding fixes for Python 3Petr Viktorin2016-02-171-0/+8
* Remove wildcard importsMartin Basti2015-12-231-1/+1
* Remove unused importsMartin Basti2015-12-231-1/+0
* Upgrade: increase time limit for upgradesMartin Basti2015-12-011-1/+4
* Handle binascii.Error from base64.b64decode()Petr Viktorin2015-10-221-1/+1
* enable topology plugin on upgradePetr Vobornik2015-10-151-0/+9
* Server Upgrade: addifnew should not create entryMartin Basti2015-09-211-2/+2
* Use new-style raise syntaxPetr Viktorin2015-09-011-5/+5
* Port from python-krbV to python-gssapiMichael Simacek2015-08-261-8/+2
* Modernize 'except' clausesPetr Viktorin2015-08-121-10/+10
* 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