summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-03-02 16:00:32 +0000
committerGerald Carter <jerry@samba.org>2001-03-02 16:00:32 +0000
commitf7b28aade48d8013569787e40470f8daabbc1bfa (patch)
treeb75a81d1780ba761553762212231b8668cbeec34 /source/configure.in
parent0e3ec43f884fabc7dcac41f3dc2959de9762e7ae (diff)
downloadsamba-f7b28aade48d8013569787e40470f8daabbc1bfa.tar.gz
samba-f7b28aade48d8013569787e40470f8daabbc1bfa.tar.xz
samba-f7b28aade48d8013569787e40470f8daabbc1bfa.zip
removed option to include LDAP support until we get it right
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in35
1 files changed, 19 insertions, 16 deletions
diff --git a/source/configure.in b/source/configure.in
index f46e68511ad..b05ff66055c 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1451,23 +1451,26 @@ AC_ARG_WITH(tdbpwd,
)
#################################################
+# removed until we get the code actually working
+# --jerry
+#
# check for a LDAP password database
-AC_MSG_CHECKING(whether to use LDAP password database)
-AC_ARG_WITH(ldap,
-[ --with-ldap Include LDAP support
- --without-ldap Don't include LDAP support (default)],
-[ case "$withval" in
- yes)
- AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_LDAP)
- AC_MSG_ERROR([LDAP password database not supported in this version.])
- ;;
- *)
- AC_MSG_RESULT(no)
- ;;
- esac ],
- AC_MSG_RESULT(no)
-)
+#AC_MSG_CHECKING(whether to use LDAP password database)
+#AC_ARG_WITH(ldap,
+#[ --with-ldap Include LDAP support
+# --without-ldap Don't include LDAP support (default)],
+#[ case "$withval" in
+# yes)
+# AC_MSG_RESULT(yes)
+# AC_DEFINE(WITH_LDAP)
+# AC_MSG_ERROR([LDAP password database not supported in this version.])
+# ;;
+# *)
+# AC_MSG_RESULT(no)
+# ;;
+# esac ],
+# AC_MSG_RESULT(no)
+#)
#################################################
# check for a NISPLUS password database