summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/install.py
Commit message (Expand)AuthorAgeFilesLines
* Fix uninstall stopping ipa.serviceSimo Sorce2017-02-151-2/+6
* Rationalize creation of RA and HTTPD NSS databasesSimo Sorce2017-02-151-7/+13
* Add a new user to run the framework codeSimo Sorce2017-02-151-1/+2
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-10/+7
* Generate tmpfiles config at install timeSimo Sorce2017-02-151-0/+6
* Change session handlingSimo Sorce2017-02-151-6/+1
* Remove is_fips_enabled checks in installers and ipactlStanislav Laznicka2017-02-131-4/+0
* Update warning message for ipa server uninstallAbhijeet Kasurde2017-01-181-1/+3
* Add sanity checks for use of --ca-subject and --subject-baseFraser Tweedale2017-01-111-0/+7
* Allow full customisability of IPA CA subject DNFraser Tweedale2017-01-111-1/+7
* Extract function for computing default subject baseFraser Tweedale2017-01-111-1/+1
* installer: rename --subject to --subject-baseFraser Tweedale2017-01-111-8/+8
* Refactor and relocate set_subject_base_in_configFraser Tweedale2017-01-111-23/+1
* server install: fix KRA agent PEM file not being createdJan Cholasta2016-12-201-0/+2
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-121-11/+10
* server install: fix external CA installJan Cholasta2016-12-081-3/+0
* Set explicit confdir option for global contextsChristian Heimes2016-12-021-0/+2
* ipaclient: move install modules to the install subpackageJan Cholasta2016-11-291-6/+6
* constants: remove CACERTJan Cholasta2016-11-291-6/+5
* ipautil: move file encryption functions to installutilsJan Cholasta2016-11-291-4/+9
* ipautil: move is_fips_enabled() to ipaplatform.tasksJan Cholasta2016-11-291-3/+2
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-291-1/+2
* Fix renewal lock issues on installationFlorence Blanc-Renaud2016-11-161-0/+9
* install: migrate server installers to the new class hierarchyJan Cholasta2016-11-111-217/+20
* install: fix subclassing of knob groupsJan Cholasta2016-11-111-10/+0
* installers: restart DS after KDC is configuredMartin Babinsky2016-11-111-0/+4
* Move the pki-tomcat restart to cainstance creationStanislav Laznicka2016-11-111-3/+0
* Move httpd restart to DNS installationStanislav Laznicka2016-11-111-4/+0
* initialize empty /etc/http/alias during server/replica installMartin Babinsky2016-11-111-0/+3
* Moved update of DNA plugin among update pluginsStanislav Laznicka2016-11-111-4/+0
* Remove redundant dsinstance restartStanislav Laznicka2016-11-111-5/+2
* install: ldap conn managementTomas Krizek2016-11-071-5/+6
* install: remove adhoc api.Backend.ldap2 (dis)connectTomas Krizek2016-11-071-1/+0
* install: remove dirman_pw from servicesTomas Krizek2016-11-071-6/+6
* ipaldap: merge IPAdmin to LDAPClientTomas Krizek2016-11-071-5/+2
* ipaldap: merge external_bind into LDAPClientTomas Krizek2016-11-071-2/+1
* Revert "Fix install scripts debugging"Martin Babinsky2016-10-261-2/+0
* Fix install scripts debuggingSimo Sorce2016-10-251-0/+2
* Add fix for no-hbac-allow option in server installAbhijeet Kasurde2016-10-181-1/+2
* Pylint: remove unused variables from installers and scriptsMartin Basti2016-10-061-10/+2
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* Add check for IP addresses into DNS installerMartin Basti2016-09-141-2/+3
* Abstract procedures for IP address warningsMartin Basti2016-09-141-14/+7
* Show warning when net/broadcast IP address is used in installerMartin Basti2016-09-071-0/+14
* server install: do not prompt for cert file PIN repeatedlyJan Cholasta2016-08-171-3/+3
* Fail on topology disconnect/last role removalStanislav Laznicka2016-08-171-2/+3
* Remove sys.exit from install modules and scriptsStanislav Laznicka2016-08-161-39/+36
* install: Call hostnamectl set-hostname only if --hostname option is usedPetr Spacek2016-08-101-5/+5
* server-install: Fix --hostname option to always override api.env valuesPetr Spacek2016-08-101-8/+5
* replica-install: Fix --domainPetr Spacek2016-07-291-3/+11