|
Hello
I had never test SAFARI. So, I downloaded the browser.
Safari support SPNEGO on Windows, but... Safari does not send the session cookie during a NTLM authentication. Why? I do not know.
So, add the parameter bindauthenticationtotcpconnection to the file context.xml. It will work.
<Parameter name="bindauthenticationtotcpconnection" value="" override="false" />
It is only a problem with NTLM, not with Kerberos. The user must use the DNS name of the server, not an address, else NTLM is used.
Send the result, and bonne chance.
Dominique
|