diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-05-17 14:51:55 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-05-17 14:51:55 +0000 |
commit | 0d26e9f69c49bca92a3b4c68ebe36eef24895d75 (patch) | |
tree | e20c5ff475d13bfd68fd50877a6603d6f27614f2 /source3/configure.in | |
parent | c7523c57512258007f0ac5271697fc6a9f4618d6 (diff) | |
download | samba-0d26e9f69c49bca92a3b4c68ebe36eef24895d75.tar.gz samba-0d26e9f69c49bca92a3b4c68ebe36eef24895d75.tar.bz2 samba-0d26e9f69c49bca92a3b4c68ebe36eef24895d75.zip |
Make --with-ldapsam 'go away'. This is now a standard, stable, feature
and there is no real reason for it to depend on more than the abilty
to compile the code.
(This used to be commit 64aaec137e39595e6e61b55eb525615683a1393c)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 18 |
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, |