summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server
Commit message (Expand)AuthorAgeFilesLines
...
* Move freeipa certmonger helpers to libexecdir.Timo Aaltonen2016-02-261-6/+2
* httpinstance: add start_tracking_certificates methodDavid Kupka2016-02-261-4/+15
* dsinstance: add start_tracking_certificates methodDavid Kupka2016-02-261-2/+17
* upgrade: Match whole pre/post command not just basename.David Kupka2016-02-261-26/+20
* upgrade: fix config of sidgen and extdom pluginsMartin Basti2016-02-231-2/+2
* upgrade: unconditional import of certificate profiles into LDAPMartin Babinsky2016-02-231-1/+3
* Upgrade: log to ipaupgrade.log when IPA server is not installedMartin Basti2016-02-111-1/+1
* Modernize mod_nss's cipher suitesChristian Heimes2016-02-111-0/+18
* always start certmonger during IPA server configuration upgradeMartin Babinsky2016-02-021-28/+5
* reset ldap.conf to point to newly installer replica after promotionMartin Babinsky2016-02-011-0/+44
* replica install: validate DS and HTTP server certificatesJan Cholasta2016-02-011-1/+30
* disable RA plugins when promoting a replica from CA-less masterMartin Babinsky2016-01-271-7/+17
* uninstallation: more robust check for master removal from topologyMartin Babinsky2016-01-211-4/+36
* Alias "unicode" to "str" under Python 3Petr Viktorin2016-01-202-0/+10
* Use print_function future definition wherever print() is usedPetr Viktorin2016-01-201-0/+2
* Warn about potential loss of CA, KRA, DNSSEC during uninstallMartin Basti2016-01-141-1/+11
* 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