From 745e2490ae406737cc720acd5b757687c26269b0 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 12 May 2006 20:40:22 +0000 Subject: r15547: say goodbye to --with-ldapsam (although the ldapsam_compat passdb backend still exists (This used to be commit 7d99e05ee8f60b2b4d18405dc8be6f9ff822c3ad) --- source3/configure.in | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index ca06afc08a..21545a34af 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3936,36 +3936,6 @@ if test x"$samba_cv_HAVE_TRUNCATED_SALT" = x"yes"; then fi fi - -######################################################################################## -## -## TESTS FOR SAM BACKENDS. KEEP THESE GROUPED TOGETHER -## -######################################################################################## - -################################################# -# check for a LDAP password database configuration backwards compatibility -AC_MSG_CHECKING(whether to use LDAP SAM 2.2 compatible configuration) -AC_ARG_WITH(ldapsam, -[ --with-ldapsam Include LDAP SAM 2.2 compatible configuration (default=no)], -[ case "$withval" in - yes) - AC_MSG_RESULT(yes) - AC_DEFINE(WITH_LDAP_SAMCONFIG,1,[Whether to include 2.2 compatible LDAP SAM configuration]) - ;; - *) - AC_MSG_RESULT(no) - ;; - esac ], - AC_MSG_RESULT(no) -) - -######################################################################################## -## -## END OF TESTS FOR SAM BACKENDS. -## -######################################################################################## - ################################################# # check for a NISPLUS_HOME support AC_MSG_CHECKING(whether to use NISPLUS_HOME) -- cgit