mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
proxy: Set authentication TTL for NTLM authentication also
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -3239,6 +3239,7 @@ END
|
||||
print FILE "\n";
|
||||
|
||||
print FILE "auth_param ntlm children $proxysettings{'AUTH_CHILDREN'}\n\n";
|
||||
print FILE "auth_param ntlm credentialsttl $proxysettings{'AUTH_CACHE_TTL'} minutes\n\n";
|
||||
|
||||
# BASIC authentication
|
||||
if ($proxysettings{'NTLM_AUTH_BASIC'} eq "on") {
|
||||
|
||||
Reference in New Issue
Block a user