summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/replicainstall.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing replica install: fix ldap connection in domlvl 0felipe2017-03-221-1/+10
* Move PKINIT configuration to a later stage of server/replica installMartin Babinsky2017-03-151-0/+3
* server install: require IPv6 stack to be enabledTomas Krizek2017-03-091-0/+1
* Merge AD trust configurator into replica installerMartin Babinsky2017-03-011-1/+11
* FIPS: perform replica installation checkTomas Krizek2017-02-211-0/+22
* replicainstall: add context manager for rpc clientTomas Krizek2017-02-211-11/+22
* check_remote_version: update exception and docstringTomas Krizek2017-02-211-1/+8
* Update warning message for replica installAbhijeet Kasurde2017-02-171-1/+5
* Rationalize creation of RA and HTTPD NSS databasesSimo Sorce2017-02-151-8/+6
* Add a new user to run the framework codeSimo Sorce2017-02-151-1/+3
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-151-4/+7
* Generate tmpfiles config at install timeSimo Sorce2017-02-151-0/+3
* Change session handlingSimo Sorce2017-02-151-4/+1
* Remove is_fips_enabled checks in installers and ipactlStanislav Laznicka2017-02-131-6/+7
* replica install: relax domain level check for promotionFraser Tweedale2017-02-091-26/+30
* replica install: do not log host OTPJan Cholasta2017-02-071-1/+3
* Allow full customisability of IPA CA subject DNFraser Tweedale2017-01-111-6/+13
* Extract function for computing default subject baseFraser Tweedale2017-01-111-1/+1
* installer: rename --subject to --subject-baseFraser Tweedale2017-01-111-2/+2
* Unify password generation across FreeIPAStanislav Laznicka2017-01-061-2/+1
* Fix DL1 replica installation in CA-less topologyFraser Tweedale2016-12-201-1/+1
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-121-1/+3
* replicainstall: give correct error message on DL mismatchStanislav Laznicka2016-12-091-1/+1
* Set explicit confdir option for global contextsChristian Heimes2016-12-021-6/+13
* ipaclient: move install modules to the install subpackageJan Cholasta2016-11-291-6/+6
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-291-2/+2
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-6/+7
* ipautil: move is_fips_enabled() to ipaplatform.tasksJan Cholasta2016-11-291-1/+1
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-291-1/+2
* Fix ipa-replica-install when upgrade from ca-less to ca-fullFlorence Blanc-Renaud2016-11-251-4/+4
* Break ipaplatform / ipalib import cycle of hellChristian Heimes2016-11-241-1/+1
* Replace LooseVersionChristian Heimes2016-11-241-5/+5
* dns: check if container exists using ldapiTomas Krizek2016-11-111-3/+1
* install: migrate server installers to the new class hierarchyJan Cholasta2016-11-111-174/+25
* install: improve CLI positional argument handlingJan Cholasta2016-11-111-0/+2
* Fix CA replica install on DL1Stanislav Laznicka2016-11-111-1/+1
* domain-level agnostic keytab retrieval in httpinstanceMartin Babinsky2016-11-111-18/+0
* installers: restart DS after KDC is configuredMartin Babinsky2016-11-111-0/+4
* Offer more general way to check domain level in replicainstallStanislav Laznicka2016-11-111-59/+49
* Use same means of checking replication agreements on both DLsStanislav Laznicka2016-11-111-14/+7
* replicainstall: move common checks to common_check()Stanislav Laznicka2016-11-111-53/+34
* Take advantage of the ca/kra code cleanup in replica installationStanislav Laznicka2016-11-111-27/+11
* Use updated CA certs in replica installationStanislav Laznicka2016-11-111-25/+21
* Use os.path.join instead of concatenationStanislav Laznicka2016-11-111-2/+2
* Remove redundant CA cert file existance checkStanislav Laznicka2016-11-111-3/+0
* Use host keytab to connect to remote server on DL0Stanislav Laznicka2016-11-111-11/+15
* Split install_http_certs() into two functionsStanislav Laznicka2016-11-111-5/+12
* First step of merging replica installation of both DLsStanislav Laznicka2016-11-111-177/+120
* Properly bootstrap replica promotion apiStanislav Laznicka2016-11-111-10/+6
* Move the pki-tomcat restart to cainstance creationStanislav Laznicka2016-11-111-3/+0