2021-11-22 12:21:36 +01:00

27 lines
929 B
Plaintext
Executable File

# Proxy-Digest auth plugin
# Identifies usernames in "Proxy-Authorization: Digest" headers;
# relies upon the upstream proxy (squid) to perform the actual password check.
# Contributed by Darryl Sutherland <darryl@weblink.co.za>
plugname = 'proxy-digest'
story_function = auth_proxy_digest
# This defines the storybaord function in pre-auth.story
# which determines the filter group used.
# Default group settings for this plug-in
# If these are set group determination will always succeed
# and auth plug-in scan will stop
# even if the user is not found in group list(s)
# These settings override the global defaultfiltergroup and
# defaulttransparentfiltergroup settings for this plug-in only.
#defaultfiltergroup = 1
# This applies to explict proxy and icap requests
#defaulttransparentfiltergroup = 2
# This appies to transparent requests (http & https)
# Note if not defined does NOT default to defaultfiltergroup