summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/service.py
Commit message (Expand)AuthorAgeFilesLines
* ipa-setup-kra: fix python2 parameterFlorence Blanc-Renaud2019-04-011-1/+1
* Synchronize hidden state from IPA master roleChristian Heimes2019-03-281-0/+22
* Add hidden replica featureChristian Heimes2019-03-281-12/+45
* Use api.env.container_mastersChristian Heimes2019-03-281-6/+5
* Unify and simplify LDAP service discoveryChristian Heimes2018-11-211-60/+4
* Py3: Remove subclassing from objectChristian Heimes2018-09-271-1/+1
* Fix pylint 2.0 return-related violationsArmando Neto2018-07-111-1/+1
* Fix CA topology warningChristian Heimes2018-07-061-2/+2
* Delay enabling services until end of installerChristian Heimes2018-07-061-5/+83
* Replace ntpd with chronyd in installationTibor Dudlák2018-04-091-1/+0
* replica-install: warn when there is only one CA in topologyFraser Tweedale2018-03-261-12/+24
* Instrument installer to profile stepsChristian Heimes2018-03-161-6/+16
* Prepare migration of mod_nss NSSDB to sql formatChristian Heimes2018-02-231-0/+2
* service: rename import_ca_certs_* to export_*Stanislav Laznicka2018-02-211-4/+4
* Use mod_ssl instead of mod_nss for Apache TLS for new installsRob Crittenden2018-02-211-2/+33
* Unify storing certificates in LDAPStanislav Laznicka2017-08-251-3/+2
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-271-3/+4
* logging: do not log into the root loggerJan Cholasta2017-07-141-16/+18
* only stop/disable simple service if it is installedMartin Babinsky2017-05-261-8/+11
* installer service: fix typo in service entryTomas Krizek2017-05-051-1/+1
* separate function to set ipaConfigString values on service entryMartin Babinsky2017-04-281-43/+92
* installer: update time estimatesTomas Krizek2017-03-101-2/+2
* Make request_service_keytab into a public methodMartin Babinsky2017-02-221-1/+1
* allow for more flexibility when requesting service keytabMartin Babinsky2017-02-221-15/+26
* Configure HTTPD to work via Gss-ProxySimo Sorce2017-02-151-1/+2
* Use Anonymous user to obtain FAST armor ccacheSimo Sorce2017-02-151-7/+9
* Change session handlingSimo Sorce2017-02-151-1/+0
* py3: service.py: replace mkstemp by NamedTemporaryFileMartin Basti2017-01-241-3/+4
* password policy: Add explicit default password policy for hosts and servicesDavid Kupka2016-12-141-0/+1
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-291-2/+2
* ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIRJan Cholasta2016-11-291-1/+1
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-291-1/+2
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-241-1/+1
* services: replace admin_conn with api.Backend.ldap2Tomas Krizek2016-11-221-25/+19
* use DM credentials to retrieve service keytab only in DLOMartin Babinsky2016-11-111-1/+2
* Service: common method for service keytab requestsMartin Babinsky2016-11-111-0/+54
* Turn Kerberos-related properties to Service class membersMartin Babinsky2016-11-111-2/+20
* Make service user name a class member of ServiceMartin Babinsky2016-11-111-1/+3
* service installers: clean up the inheritanceMartin Babinsky2016-11-111-2/+9
* install: remove adhoc dis/connect from servicesTomas Krizek2016-11-071-45/+1
* dsinstance: enable ldapi and autobind in dsTomas Krizek2016-11-071-8/+15
* install: remove dirman_pw from servicesTomas Krizek2016-11-071-23/+8
* ipaldap: merge IPAdmin to LDAPClientTomas Krizek2016-11-071-26/+18
* Raise errors from service.py:_ldap_mod() by defaultPetr Spacek2016-10-041-2/+2
* Remove unused variables in the codeMartin Basti2016-09-271-2/+2
* Fixes CA always being presented as runningStanislav Laznicka2016-06-151-2/+2
* Add NTP to the list of services stored in IPA masters LDAP subtreeMartin Babinsky2016-06-151-0/+1
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2
* pylint: supress false positive no-member errorsMartin Basti2016-03-021-1/+2
* Remove wildcard importsMartin Basti2015-12-231-1/+1