summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server
Commit message (Expand)AuthorAgeFilesLines
* ipa-replica-install prints incorrect error message when replica is already in...Gabe2015-12-111-3/+12
* replicainstall: Make sure the enrollment state is preservedTomas Babej2015-12-111-0/+32
* replicainstall: Add check for domain if server is specifiedTomas Babej2015-12-111-0/+6
* server uninstall: ignore --ignore-topology-disconnect in domain level 0Jan Cholasta2015-12-111-5/+0
* replica promotion: check domain level before ipaservers membershipJan Cholasta2015-12-111-14/+14
* replica: Fix ipa-replica-install with replica file (domain level 0).David Kupka2015-12-101-4/+6
* replica promotion: allow OTP bulk client enrollmentJan Cholasta2015-12-091-14/+31
* Force creation of services during replica installMartin Basti2015-12-071-1/+2
* replicainstall: Admin password should not conflict with replica fileTomas Babej2015-12-071-1/+0
* replica promotion: automatically add the local host to ipaserversJan Cholasta2015-12-071-2/+46
* replica promotion: use host credentials when setting up replicationJan Cholasta2015-12-071-11/+45
* replica install: improvements in the handling of CA-related IPA config entriesMartin Babinsky2015-12-041-0/+7
* ipa-replica-install support caless install with promotion.David Kupka2015-12-033-39/+193
* implement domain level 1 specific topology checks into IPA server uninstallerMartin Babinsky2015-12-021-27/+166
* replicainstall: Add possiblity to install client in one commandTomas Babej2015-12-012-10/+86
* Remove global variable dns_forwarders from ipaserver.install.dnsPetr Spacek2015-12-011-3/+2
* ipa-dns-install offer IP addresses from resolv.conf as default forwardersPetr Spacek2015-12-013-6/+22
* perform IPA client uninstallation as a last step of server uninstallMartin Babinsky2015-12-011-13/+13
* replica promotion: modify default.conf even if DS configuration failsMartin Babinsky2015-11-271-25/+30
* install: drop support for Dogtag 9Jan Cholasta2015-11-253-80/+115
* Add profiles and default CA ACL on migrationFraser Tweedale2015-11-242-12/+4
* cert renewal: make renewal of ipaCert atomicJan Cholasta2015-11-191-2/+2
* Drop configure.jarMartin Basti2015-11-131-12/+0
* remove an unneccesary check from IPA server uninstallerMartin Babinsky2015-11-121-7/+0
* Domain levels: use constants rather than hardcoded valuesMartin Basti2015-10-271-4/+4
* Allow to install the KRA on a promoted serverSimo Sorce2015-10-221-8/+21
* Warn if no installation found when running ipa-server-install --uninstallGabe2015-10-221-0/+5
* Rename option --dirsrv-config-mods to --dirsrv-config-fileMartin Basti2015-10-193-6/+6
* Add option to specify LDIF file that contains DS configuration changesMartin Basti2015-10-153-6/+23
* Make checks for existing credentials reusableSimo Sorce2015-10-151-73/+2
* Allow to setup the CA when promoting a replicaSimo Sorce2015-10-151-34/+24
* Allow ipa-replica-conncheck to use default credsSimo Sorce2015-10-151-3/+11
* Change DNS installer code to use passed in apiSimo Sorce2015-10-151-9/+13
* Implement replica promotion functionalitySimo Sorce2015-10-153-28/+552
* Add ipa-custodia serviceSimo Sorce2015-10-153-3/+20
* upgrade: make sure ldap2 is connected in export_kra_agent_pemJan Cholasta2015-10-121-0/+7
* install: always export KRA agent PEM fileJan Cholasta2015-10-081-3/+2
* install: fix KRA agent PEM file permissionsJan Cholasta2015-10-081-0/+19
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-071-2/+2
* 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-013-4/+13
* Replica inst. fix: do not require -r, -a, -p options in unattended modeMartin Basti2015-09-292-7/+6
* install: create kdcproxy user during server installJan Cholasta2015-09-221-0/+1
* install: Add common base class for server and replica installJan Cholasta2015-09-223-564/+525
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-172-0/+10
* Server Install: print message that client is being installedMartin Basti2015-09-112-0/+2
* Server Upgrade: backup CS.cfg when dogtag is turned offMartin Basti2015-09-111-1/+4
* Installer: do not modify /etc/hosts before user agreementMartin Basti2015-09-032-3/+23
* Use the print functionPetr Viktorin2015-09-013-132/+138
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-1/+2