mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +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)],
|
[ --with-pam Include PAM support (default=no)],
|
||||||
[ case "$withval" in
|
[ case "$withval" in
|
||||||
yes)
|
yes)
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(no)
|
||||||
AC_DEFINE(WITH_PAM,1,[Whether to include PAM support])
|
AC_MSG_WARN(pam is disabled in samba4 until someone fixes it)
|
||||||
AUTHLIBS="$AUTHLIBS -lpam"
|
# AC_MSG_RESULT(yes)
|
||||||
with_pam_for_crypt=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_RESULT(no)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user