1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-06-17 04:34:21 +00:00

add basic_radius_auth

This commit is contained in:
2023-06-13 13:56:11 +03:00
committed by GitHub
parent dabb437ea8
commit 2d8a60d962

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