1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-22 03:06:53 +00:00

enable squid_db_auth #54

This commit is contained in:
Dmitry Belyaev 2021-12-21 23:30:30 +03:00 committed by Dmitry Belyaev
parent 2ba626f10a
commit 2eea5bc28f

View File

@ -56,7 +56,8 @@ RUN set -x && \
--disable-arch-native \
--enable-removal-policies="lru,heap" \
--enable-auth-digest \
--enable-auth-basic="getpwnam,NCSA" \
--enable-auth-basic="getpwnam,NCSA,DB" \
--enable-basic-auth-helpers="DB" \
--enable-epoll \
--enable-external-acl-helpers="file_userip,unix_group,wbinfo_group" \
--enable-auth-ntlm="fake" \