From 807a701f7c9789bff83c33ad6d9e54026355d40b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Dec 2003 04:35:56 +0000 Subject: disable pam in samba4 until someone fixes it (hi andrew!) (This used to be commit 1012c6e3f763962955a21e4c91285656b4e89ccf) --- source4/configure.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'source4/configure.in') diff --git a/source4/configure.in b/source4/configure.in index 3430d1dc0a..82773bc179 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -2062,10 +2062,12 @@ AC_ARG_WITH(pam, [ --with-pam Include PAM support (default=no)], [ case "$withval" in yes) - AC_MSG_RESULT(yes) - AC_DEFINE(WITH_PAM,1,[Whether to include PAM support]) - AUTHLIBS="$AUTHLIBS -lpam" - with_pam_for_crypt=yes + AC_MSG_RESULT(no) + AC_MSG_WARN(pam is disabled in samba4 until someone fixes it) +# AC_MSG_RESULT(yes) +# AC_DEFINE(WITH_PAM,1,[Whether to include PAM support]) +# AUTHLIBS="$AUTHLIBS -lpam" +# with_pam_for_crypt=yes ;; *) AC_MSG_RESULT(no) -- cgit