summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server
Commit message (Expand)AuthorAgeFilesLines
...
* py3: Remove py3 incompatible exception handlingTomas Babej2016-01-131-2/+2
* fix Py3 incompatible exception instantiation in replica install codeMartin Babinsky2016-01-131-4/+4
* prevent crash of CA-less server upgrade due to absent certmongerMartin Babinsky2016-01-111-2/+28
* Fix DNS zone overlap check to allow ipa-replica-install to workPetr Spacek2016-01-081-15/+19
* Remove wildcard importsMartin Basti2015-12-231-1/+1
* Remove unused importsMartin Basti2015-12-233-4/+2
* ipa-dns-install: Do not check for zone overlap when DNS installed.David Kupka2015-12-222-3/+3
* Remove unused code in server installer related to KRAMartin Basti2015-12-221-21/+3
* installer: Fix logic of reading option values from cache.David Kupka2015-12-211-4/+3
* installer: Propagate option values from components instead of copying them.David Kupka2015-12-211-31/+0
* dns: Add --auto-reverse option.David Kupka2015-12-141-0/+14
* dns: Check if domain already exists.David Kupka2015-12-141-0/+19
* replica promotion: let ipa-client-install validate enrollment optionsJan Cholasta2015-12-141-9/+0
* server install: redirect ipa-client-install output to standard outputJan Cholasta2015-12-142-16/+15
* replica promotion: notify user about ignoring client enrollment optionsJan Cholasta2015-12-141-0/+6
* Install RA cert during replica promotionMartin Basti2015-12-141-0/+8
* Refactor ipautil.runPetr Viktorin2015-12-141-7/+6
* prevent crashes of server uninstall check caused by failed LDAP connectionsMartin Babinsky2015-12-111-2/+2
* replica promotion: use host credentials for connection checkJan Cholasta2015-12-111-17/+8
* replica install: add remote connection check over APIJan Cholasta2015-12-112-2/+5
* 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