mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
disable pam in samba4 until someone fixes it (hi andrew!)
This commit is contained in:
parent
65d2bda950
commit
1012c6e3f7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user