I was wondering why passing --with-authldap or --with-authpam to the
configure script turns _off_ authpwd? This is from authlib/configure.in:
------------------------------
AC_ARG_WITH(authpwd,
[ --without-authpwd Do not include the authpwd module ],
doauthpwd="$withval",
doauthpwd="yes"
test "$HAVE_PAM" = 1 && doauthpwd="no"
test "$HAVE_LDAP" = 1 && doauthpwd="no"
)
HAVE_PWD=1
if test "$doauthpwd" = "no"
then
HAVE_PWD=0
fi
------------------------------
Is this a security-related decision? If so, could someone please explain?
Thanks,
-- Johnny Lam <[EMAIL PROTECTED]>
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users