From 36e43aed1bb9d4ee94cdc8396123db48987ada46 Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Thu, 1 Nov 2007 15:35:02 -0400 Subject: NTP configuration for client and server. Configure ipa servers as an ntp server and clients to (by default) us the ipa server as an ntp server. Also corrected the messages about which ports should be opened. --- ipa-server/ipaserver/dsinstance.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipa-server/ipaserver/dsinstance.py') diff --git a/ipa-server/ipaserver/dsinstance.py b/ipa-server/ipaserver/dsinstance.py index 5ef4a402..2b4d8f35 100644 --- a/ipa-server/ipaserver/dsinstance.py +++ b/ipa-server/ipaserver/dsinstance.py @@ -26,8 +26,6 @@ import logging import pwd from ipa.ipautil import * - -SHARE_DIR = "/usr/share/ipa/" SERVER_ROOT_64 = "/usr/lib64/dirsrv" SERVER_ROOT_32 = "/usr/lib/dirsrv" -- cgit