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. --- ipapython/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/README') diff --git a/ipapython/README b/ipapython/README index c966e44b..c1db2996 100644 --- a/ipapython/README +++ b/ipapython/README @@ -5,7 +5,7 @@ A brief overview: config.py - identify the IPA server domain and realm. It uses dnsclient to try to detect this information first and will fall back to - /etc/ipa/ipa.conf if that fails. + /etc/ipa/default.conf if that fails. dnsclient.py - find IPA information via DNS ipautil.py - helper functions -- cgit