From b97a69dce316ba8808b317acd99d976c4c279a28 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 13 Mar 2006 15:13:35 +0000 Subject: r14321: When we have libnscd and winbindd comes (back) online, try to flush the nscd caches so that NSS-calls can deliver accurate information. Guenther (This used to be commit a32a423a0e9e0d4dd21282fd528bcd3247fddbd1) --- source3/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index fd1648010d..7369b07959 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -266,6 +266,7 @@ AC_SUBST(UNINSTALL_CIFSMOUNT) AC_SUBST(EXTRA_SBIN_PROGS) AC_SUBST(EXTRA_ALL_TARGETS) AC_SUBST(CONFIG_LIBS) +AC_SUBST(NSCD_LIBS) # Set defaults PIE_CFLAGS="" @@ -3528,6 +3529,8 @@ if test x"$with_ads_support" != x"no"; then LIBS="$ac_save_LIBS" fi +AC_CHECK_LIB_EXT(nscd, NSCD_LIBS, nscd_flush_cache) + ################################################# # check for automount support AC_MSG_CHECKING(whether to use automount) -- cgit