mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
proxy: Drop NTLM authentication
This is the authentication againt NT 4.0 style domain controllers. squid has dropped support for this in the 4.5 release and nobody should be using these old domain controllers any more. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -121,7 +121,6 @@ WARNING: untranslated string: advproxy AUTH method ident = identd
|
||||
WARNING: untranslated string: advproxy AUTH method ldap = LDAP
|
||||
WARNING: untranslated string: advproxy AUTH method ncsa = Local
|
||||
WARNING: untranslated string: advproxy AUTH method none = None
|
||||
WARNING: untranslated string: advproxy AUTH method ntlm = Windows NT4 Domain
|
||||
WARNING: untranslated string: advproxy AUTH method ntlm auth = Windows Active Directory
|
||||
WARNING: untranslated string: advproxy AUTH method radius = RADIUS
|
||||
WARNING: untranslated string: advproxy AUTH no auth = Domains without authentication (one per line)
|
||||
@@ -169,17 +168,6 @@ WARNING: untranslated string: advproxy NCSA update user = Update user
|
||||
WARNING: untranslated string: advproxy NCSA user accounts = User accounts
|
||||
WARNING: untranslated string: advproxy NCSA user management = User management
|
||||
WARNING: untranslated string: advproxy NCSA username = Username
|
||||
WARNING: untranslated string: advproxy NTLM BDC hostname = BDC hostname
|
||||
WARNING: untranslated string: advproxy NTLM PDC hostname = PDC hostname
|
||||
WARNING: untranslated string: advproxy NTLM auth mode = Authentication mode
|
||||
WARNING: untranslated string: advproxy NTLM authorized users = Authorized domain users (one per line)
|
||||
WARNING: untranslated string: advproxy NTLM domain = Domain
|
||||
WARNING: untranslated string: advproxy NTLM domain settings = Common domain settings
|
||||
WARNING: untranslated string: advproxy NTLM unauthorized users = Unauthorized domain users (one per line)
|
||||
WARNING: untranslated string: advproxy NTLM use integrated auth = Enable Windows integrated authentication
|
||||
WARNING: untranslated string: advproxy NTLM use negative access list = Use negative access control
|
||||
WARNING: untranslated string: advproxy NTLM use positive access list = Use positive access control
|
||||
WARNING: untranslated string: advproxy NTLM user based access restrictions = User based access restrictions
|
||||
WARNING: untranslated string: advproxy RADIUS authorized users = Authorized users (one per line)
|
||||
WARNING: untranslated string: advproxy RADIUS identifier = Identifier
|
||||
WARNING: untranslated string: advproxy RADIUS port = Port
|
||||
@@ -224,11 +212,9 @@ WARNING: untranslated string: advproxy errmsg auth ipcache ttl = Invalid value f
|
||||
WARNING: untranslated string: advproxy errmsg cache = The RAM cache size is greater than the harddisk cache size:
|
||||
WARNING: untranslated string: advproxy errmsg hdd cache size = Invalid value for harddisk cache size (min 10 MB required)
|
||||
WARNING: untranslated string: advproxy errmsg ident timeout = Invalid ident timeout
|
||||
WARNING: untranslated string: advproxy errmsg invalid bdc = Invalid hostname for backup domain controller
|
||||
WARNING: untranslated string: advproxy errmsg invalid destination port = Invalid destination port
|
||||
WARNING: untranslated string: advproxy errmsg invalid ip or mask = Invalid IP address or network mask
|
||||
WARNING: untranslated string: advproxy errmsg invalid mac = Invalid MAC address
|
||||
WARNING: untranslated string: advproxy errmsg invalid pdc = Invalid hostname for primary domain controller
|
||||
WARNING: untranslated string: advproxy errmsg invalid proxy port = Invalid proxy port
|
||||
WARNING: untranslated string: advproxy errmsg invalid upstream proxy = Invalid upstream proxy IP/hostname
|
||||
WARNING: untranslated string: advproxy errmsg invalid upstream proxy username or password setting = Invalid upstream proxy username or password setting
|
||||
@@ -241,8 +227,6 @@ WARNING: untranslated string: advproxy errmsg mem cache size = Invalid value for
|
||||
WARNING: untranslated string: advproxy errmsg no browser = At least one browser or client must be selected for web access
|
||||
WARNING: untranslated string: advproxy errmsg no username = Username can not be empty
|
||||
WARNING: untranslated string: advproxy errmsg non-transparent proxy required = Web proxy must be running in non-transparent mode for authentication
|
||||
WARNING: untranslated string: advproxy errmsg ntlm domain = Windows domain name required
|
||||
WARNING: untranslated string: advproxy errmsg ntlm pdc = Hostname for primary domain controller required
|
||||
WARNING: untranslated string: advproxy errmsg password length = Invalid value for password length
|
||||
WARNING: untranslated string: advproxy errmsg password length 1 = Password must have at least
|
||||
WARNING: untranslated string: advproxy errmsg password length 2 = characters
|
||||
@@ -261,7 +245,6 @@ WARNING: untranslated string: advproxy from = From
|
||||
WARNING: untranslated string: advproxy group access control = Group based access control
|
||||
WARNING: untranslated string: advproxy group required = Required group
|
||||
WARNING: untranslated string: advproxy hdd cache size = Harddisk cache size (MB)
|
||||
WARNING: untranslated string: advproxy invalid num of children = Invalid number of filter processes
|
||||
WARNING: untranslated string: advproxy log enabled = Log enabled
|
||||
WARNING: untranslated string: advproxy log query = Log query terms
|
||||
WARNING: untranslated string: advproxy log settings = Log settings
|
||||
@@ -289,7 +272,6 @@ WARNING: untranslated string: advproxy privacy = Privacy
|
||||
WARNING: untranslated string: advproxy proxy port = Proxy port
|
||||
WARNING: untranslated string: advproxy proxy port transparent = Transparent port
|
||||
WARNING: untranslated string: advproxy ram cache size = Memory cache size (MB)
|
||||
WARNING: untranslated string: advproxy redirector children = Number of filter processes
|
||||
WARNING: untranslated string: advproxy reset = Reset
|
||||
WARNING: untranslated string: advproxy saturday = Sat
|
||||
WARNING: untranslated string: advproxy save and restart = Save and Restart
|
||||
|
||||
Reference in New Issue
Block a user