summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ldapupdate.py
Commit message (Expand)AuthorAgeFilesLines
* Fix `test_webui.test_selinuxusermap`Stanislav Levin2019-07-151-0/+3
* Make use of single configuration point for SELinuxStanislav Levin2019-07-011-0/+4
* Use new LDAPClient constructorsChristian Heimes2019-02-051-2/+6
* Move realm_to_serverid/ldap_uri to ipaldapChristian Heimes2019-02-051-1/+1
* Create reindex task for ipaca DBChristian Heimes2018-12-131-2/+2
* LDAPUpdate: Batch index tasksChristian Heimes2018-12-131-18/+33
* Py3: Remove subclassing from objectChristian Heimes2018-09-271-1/+1
* Fix pylint 2.0 return-related violationsArmando Neto2018-07-111-1/+1
* ldapupdate: Add support for Debian multiarchTimo Aaltonen2018-05-291-15/+1
* upgrade: treat duplicate entry when updating as not an errorAlexander Bokovoy2018-04-171-0/+4
* Instrument installer to profile stepsChristian Heimes2018-03-161-2/+7
* logging: remove object-specific loggersJan Cholasta2017-07-141-47/+73
* py3: LDAP updates: use only bytes/raw valuesMartin Basti2017-06-011-9/+20
* 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