I have followed the wiki on creating an ntlm,passthru,ldap-ad authentication chain. Authentication appears to be working via my ldap credentials but I'm having a problem verifying ntlm with working with my server username/password.
If I change the authentication chain to ONLY use ntlm and then go here: http://localhost:8080/alfresco/service/ I indeed get a username/password prompt. When I click the 'cancel' button I am able to view the http header and one of the values mentions 'basic-Alfresco' domain.
I think with ntlm it should mention something ntlm-ish in the http header correct?
I think what I was doing was trying to verify some ntlm information in the http header when accessing …./alfresco/service/ and I believe since that is the webscript URL it will only allow basic auth or some kind of alfresco auth whereas …./alfresco/wcservice/ does actually use ntlm auth.