"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module

patch by Maxim Dounin
This commit is contained in:
Igor Sysoev
2011-05-16 14:54:50 +00:00
parent ffc7271250
commit 5dc5945ccf
11 changed files with 268 additions and 8 deletions

View File

@@ -197,6 +197,8 @@ if [ $HTTP_RANDOM_INDEX = YES ]; then
fi
if [ $HTTP_AUTH_BASIC = YES ]; then
USE_MD5=YES
USE_SHA1=YES
have=NGX_CRYPT . auto/have
HTTP_MODULES="$HTTP_MODULES $HTTP_AUTH_BASIC_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_AUTH_BASIC_SRCS"