Dear
I have connected the server to the Active Directory, get tickets and so on.
Clients are Windows 8 connected to the domain.
in squid.conf:
auth_param negotiate program /lib/squid3/negotiate_kerberos_auth -d
auth_param negotiate children 10
auth_param negotiate keep_alive on
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hour
authenticate_ip_ttl 60 seconds
authenticate_cache_garbage_interval 10 seconds
authenticate_ttl 0 hour
When browsing, Squid claim
negotiate_kerberos_auth.cc(389): pid=30208 :2013/01/03 00:10:39|
negotiate_kerberos_auth: WARNING: received type 1 NTLM token
2013/01/03 00:10:39 kid1| ERROR: Negotiate Authentication validating user.
Error returned 'BH received type 1 NTLM token'
negotiate_kerberos_auth.cc(316): pid=30208 :2013/01/03 00:10:43|
negotiate_kerberos_auth: DEBUG: Got 'YR
TlRMTVNTUAABAAAAl4II4gAAAAAAAAAAAAAAAAAAAAAGAvAjAAAADw==' from squid
(length: 59).
negotiate_kerberos_auth.cc(379): pid=30208 :2013/01/03 00:10:43|
negotiate_kerberos_auth: DEBUG: Decode
'TlRMTVNTUAABAAAAl4II4gAAAAAAAAAAAAAAAAAAAAAGAvAjAAAADw==' (decoded length:
40).
negotiate_kerberos_auth.cc(389): pid=30208 :2013/01/03 00:10:43|
negotiate_kerberos_auth: WARNING: received type 1 NTLM token
2013/01/03 00:10:43 kid1| ERROR: Negotiate Authentication validating user.
Error returned 'BH received type 1 NTLM token'
negotiate_kerberos_auth.cc(316): pid=30208 :2013/01/03 00:10:48|
negotiate_kerberos_auth: DEBUG: Got 'YR
TlRMTVNTUAABAAAAl4II4gAAAAAAAAAAAAAAAAAAAAAGAvAjAAAADw==' from squid
(length: 59).
negotiate_kerberos_auth.cc(379): pid=30208 :2013/01/03 00:10:48|
negotiate_kerberos_auth: DEBUG: Decode
'TlRMTVNTUAABAAAAl4II4gAAAAAAAAAAAAAAAAAAAAAGAvAjAAAADw==' (decoded length:
40).
negotiate_kerberos_auth.cc(389): pid=30208 :2013/01/03 00:10:48|
negotiate_kerberos_auth: WARNING: received type 1 NTLM token
2013/01/03 00:10:48 kid1| ERROR: Negotiate Authentication validating user.
Error returned 'BH received type 1 NTLM token'
Why, where i’m miss ???
best regards...