summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/install.py
Commit message (Expand)AuthorAgeFilesLines
* Implement replica promotion functionalitySimo Sorce2015-10-011-4/+2
* Add ipa-custodia serviceSimo Sorce2015-10-011-1/+7
* ipa-server-install: mark master_password Knob as deprecatedMartin Babinsky2015-10-011-0/+1
* install: fix ipa-server-install fail on missing --forwarderJan Cholasta2015-10-011-0/+6
* Replica inst. fix: do not require -r, -a, -p options in unattended modeMartin Basti2015-09-291-0/+6
* install: Add common base class for server and replica installJan Cholasta2015-09-221-389/+22
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+5
* Server Install: print message that client is being installedMartin Basti2015-09-111-0/+1
* Installer: do not modify /etc/hosts before user agreementMartin Basti2015-09-031-2/+12
* Use the print functionPetr Viktorin2015-09-011-110/+112
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-1/+2
* Modernize 'except' clausesPetr Viktorin2015-08-121-14/+14
* install: Fix server and replica install optionsJan Cholasta2015-08-121-45/+10
* Modernize number literalsPetr Viktorin2015-07-311-3/+3
* DNSSEC: allow to disable/replace DNSSEC key masterMartin Basti2015-07-071-1/+22
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-2/+1
* ipalib: Load ipaserver plugins when api.env.in_server is TrueJan Cholasta2015-07-011-3/+0
* vault: Fix ipa-kra-installJan Cholasta2015-06-101-4/+3
* install: Initialize API early in server and replica installJan Cholasta2015-06-101-43/+47
* install: Handle Knob cli_name and cli_aliases values consistentlyJan Cholasta2015-06-101-18/+18
* install: Migrate ipa-server-install to the install frameworkJan Cholasta2015-06-081-133/+622
* install: Move private_ccache from ipaserver to ipapythonJan Cholasta2015-06-081-2/+1
* install: Fix external CA server installJan Cholasta2015-06-081-3/+4
* install: Fix CA-less server installJan Cholasta2015-06-081-0/+6
* Move CA installation code into single module.David Kupka2015-06-081-84/+17
* Import profiles earlier during installFraser Tweedale2015-06-051-3/+0
* Import included profiles during install or upgradeFraser Tweedale2015-06-041-0/+6
* Installers fix: remove temporal ccacheMartin Basti2015-06-021-6/+11
* install: Move ipa-server-install code into a moduleJan Cholasta2015-05-291-0/+1209