From 574a1c20f114851071ae74112b34488c3d1aeeb3 Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Mon, 20 May 2013 17:37:04 +0200 Subject: Check NSCD configuration file https://fedorahosted.org/sssd/ticket/1785 nscd.conf file is now checked for the presence of caching settings for databases controlled by SSSD. Syslog warning is now written only if NSCD is running with interfering configuration or if configuration file couldn't be loaded. New configure option added to support non-standard locations --with-nscd-conf=PATH (defaultly set to /etc/nscd.conf) This is just a workaround until the following bugzilla is resolved: https://bugzilla.redhat.com/show_bug.cgi?id=963908 --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f90d7fee3..e63e67870 100644 --- a/configure.ac +++ b/configure.ac @@ -166,6 +166,10 @@ fi WITH_LIBNL +if test x$HAVE_NSCD; then + WITH_NSCD_CONF +fi + WITH_INITSCRIPT if test x$initscript = xsystemd; then WITH_SYSTEMD_UNIT_DIR -- cgit