summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-05-12 20:40:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:58 -0500
commit745e2490ae406737cc720acd5b757687c26269b0 (patch)
treec4a80903c458881298c453113c2ab104e56c079b /source3/configure.in
parentf01b0cca2ecedc9c074d5d7742c7cd7134dc26e3 (diff)
downloadsamba-745e2490ae406737cc720acd5b757687c26269b0.tar.gz
samba-745e2490ae406737cc720acd5b757687c26269b0.tar.bz2
samba-745e2490ae406737cc720acd5b757687c26269b0.zip
r15547: say goodbye to --with-ldapsam (although the ldapsam_compat passdb backend still exists
(This used to be commit 7d99e05ee8f60b2b4d18405dc8be6f9ff822c3ad)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in30
1 files changed, 0 insertions, 30 deletions
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)