summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/configure.in b/source3/configure.in
index a6277bdeac..537c5a7a59 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2134,24 +2134,6 @@ AC_ARG_WITH(tdbsam,
)
#################################################
-# check for a LDAP password database
-AC_MSG_CHECKING(whether to use LDAP SAM database)
-AC_ARG_WITH(ldapsam,
-[ --with-ldapsam Include experimental LDAP SAM support (default=no)],
-[ case "$withval" in
- yes)
- AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_LDAP_SAM)
- LIBS="-lldap -llber $LIBS"
- ;;
- *)
- AC_MSG_RESULT(no)
- ;;
- esac ],
- AC_MSG_RESULT(no)
-)
-
-#################################################
# check for a NISPLUS password database
AC_MSG_CHECKING(whether to use NISPLUS SAM database)
AC_ARG_WITH(nisplussam,