diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-15 04:35:56 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-15 04:35:56 +0000 |
commit | 807a701f7c9789bff83c33ad6d9e54026355d40b (patch) | |
tree | e351290c16f723c3591ce43363c85247f5759b7b /source4 | |
parent | e0dc5a0ff3211a375fcfd1148bf906f037a60931 (diff) | |
download | samba-807a701f7c9789bff83c33ad6d9e54026355d40b.tar.gz samba-807a701f7c9789bff83c33ad6d9e54026355d40b.tar.bz2 samba-807a701f7c9789bff83c33ad6d9e54026355d40b.zip |
disable pam in samba4 until someone fixes it (hi andrew!)
(This used to be commit 1012c6e3f763962955a21e4c91285656b4e89ccf)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/configure.in | 10 |
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) |