cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 2.1 - NTLM

marwan
Champ in-the-making
Champ in-the-making
Hi,
I want to use NTLM Authentification protocol. So i follow the configuration indicated in the alfresco wiki (NTLM Configuration) :

  <filter>
     <filter-name>Authentication Filter</filter-name>
     <filter-class>org.alfresco.web.app.servlet.NTLMAuthenticationFilter</filter-class>
  </filter>

  <filter-mapping>
     <filter-name>Authentication Filter</filter-name>
     <url-pattern>/navigate/*</url-pattern>
  </filter-mapping>

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,TargetSmiley FrustratedQLI-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,WksSmiley FrustratedQLI-190101]

but i got constantly the ntlm authentification popup , it doesn't forward me to the alfresco home page , nothing happen !!!!!
3 REPLIES 3

dinger
Champ in-the-making
Champ in-the-making
Sounds like you are not authenticating correctly?

Have you tried increasing the debuging for the repo security package?

Rob

marwan
Champ in-the-making
Champ in-the-making
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 ?

thx

dinger
Champ in-the-making
Champ in-the-making
Try this:

log4j.logger.org.alfresco.repo.security.authentication=debug

Although, in this case I'm not sure how much it will help

Rob