From 384eec771d304df730a6545e777324b310818e56 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 25 Nov 2009 17:16:06 -0500 Subject: Replace /etc/ipa/ipa.conf with /etc/ipa/default.conf The new framework uses default.conf instead of ipa.conf. This is useful also because Apache uses a configuration file named ipa.conf. This wipes out the last vestiges of the old ipa.conf from v1. --- install/tools/ipa-replica-install | 8 -------- 1 file changed, 8 deletions(-) (limited to 'install/tools/ipa-replica-install') diff --git a/install/tools/ipa-replica-install b/install/tools/ipa-replica-install index e8fabd70..ae6137d0 100755 --- a/install/tools/ipa-replica-install +++ b/install/tools/ipa-replica-install @@ -349,14 +349,6 @@ def main(): CA.fix_ra_perms() service.restart("httpd") - # Create the config file - fd = open("/etc/ipa/ipa.conf", "w") - fd.write("[defaults]\n") - fd.write("server=" + config.host_name + "\n") - fd.write("realm=" + config.realm_name + "\n") - fd.write("domain=" + config.domain_name + "\n") - fd.close() - # Create the management framework config file fd = open("/etc/ipa/default.conf", "w") fd.write("[global]\n") -- cgit