disable pam in samba4 until someone fixes it (hi andrew!)
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Dec 2003 04:35:56 +0000 (04:35 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 15 Dec 2003 04:35:56 +0000 (04:35 +0000)
source/configure.in

index 3430d1dc0a575207b3e377ad1a40e3c863f2d092..82773bc179854d45b965e0a2ad8059d559015bd8 100644 (file)
@@ -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)