So using only these modifications on the web.xml i got the ntlm authentification popup instead of the alfresco basic authentification. Whene i use my windows domain account i got on the tomcat console these lines :
18:31:28,406 DEBUG [app.servlet.NTLMAuthenticationFilter] Received type1 [Type1:0xa2088207,Domain:<NotSet>,Wks:<NotSet>] 18:31:28,406 DEBUG [app.servlet.NTLMAuthenticationFilter] Sending NTLM type2 to client - [Type2:0x80000203,TargetQLI-190101_A,Ch:6f4859fb236c769c] 18:31:28,421 DEBUG [app.servlet.NTLMAuthenticationFilter] Received type3 [Type3:,LM:9627980ae2bfdb9ccd688b5125e4496d1512371efc2c3224,NTLM:7cb6ca9e17caf46cf58f18 89c2b73ee3e25ba6a66b85fe28,Dom:sqli-casablanca,User:mamraoui,WksQLI-190101]
but i got constantly the ntlm authentification popup , it doesn't forward me to the alfresco home page , nothing happen !!!!!
Hi, so i increased only trace level of ntlm filter : log4j.logger.org.alfresco.web.app.servlet.NTLMAuthenticationFilter=debug log4j.logger.org.alfresco.repo.webdav.auth.NTLMAuthenticationFilter=debug
How can i increase the level trace of repo security ?