From 921b13a1c454aabc5dec6e7f33f7ae3ffa80febf Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 19 Nov 2009 17:53:38 +0100 Subject: Read KDC info from file instead from environment Then name or IP adress of the KDC is written into the pubconf directory into a file named kdcinfo.REALM. The locator plugin will then read this file and pass the data to the kerberos libraries. --- server/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'server/configure.ac') diff --git a/server/configure.ac b/server/configure.ac index 1a9415839..696a5a461 100644 --- a/server/configure.ac +++ b/server/configure.ac @@ -45,6 +45,7 @@ WITH_DB_PATH WITH_PLUGIN_PATH WITH_PID_PATH WITH_LOG_PATH +WITH_PUBCONF_PATH WITH_PIPE_PATH WITH_INIT_DIR WITH_SHADOW_UTILS_PATH -- cgit