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

add basic_radius_auth

This commit is contained in:
Dmitry Belyaev 2023-06-13 13:56:11 +03:00 committed by GitHub
parent dabb437ea8
commit 2d8a60d962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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