mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
proxy: Allow HTTP Basic authentication against Active Directory servers
Some clients may not support NTLMv2. Basic authentication can now be activated. This is dangerous as it sends the credentials in cleartext to the proxy server.
This commit is contained in:
@@ -196,6 +196,7 @@
|
||||
'advproxy back to main page' => 'Zurück zur Hauptseite',
|
||||
'advproxy banned ip clients' => 'Gesperrte IP-Adressen (eine pro Zeile)',
|
||||
'advproxy banned mac clients' => 'Gesperrte MAC-Adressen (eine pro Zeile)',
|
||||
'advproxy basic authentication' => 'Erlaube HTTP-Basic-Authentifizierung',
|
||||
'advproxy cache management' => 'Cacheverwaltung',
|
||||
'advproxy cache replacement policy' => 'Cache Ersetzungsrichtlinie',
|
||||
'advproxy cache-digest' => 'Cache-Digest-Erstellung aktivieren',
|
||||
|
||||
@@ -196,6 +196,7 @@
|
||||
'advproxy back to main page' => 'Back to main page',
|
||||
'advproxy banned ip clients' => 'Banned IP addresses (one per line)',
|
||||
'advproxy banned mac clients' => 'Banned MAC addresses (one per line)',
|
||||
'advproxy basic authentication' => 'Allow HTTP Basic authentication',
|
||||
'advproxy cache management' => 'Cache management',
|
||||
'advproxy cache replacement policy' => 'Cache replacement policy',
|
||||
'advproxy cache-digest' => 'Enable Cache-Digest Generation',
|
||||
|
||||
Reference in New Issue
Block a user