summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in10
1 files changed, 6 insertions, 4 deletions
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)