cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP logging

buurd
Champ in-the-making
Champ in-the-making
Hi!

I'm trying to setup our server against a LDAP-server. But something doesn't work. So I would like to crank up the number of logmessages. But I can't find out what logger add/change to be able to see what actually happens when a user tries to login. Unfortunally the LDAP-server is way beyond my control so I need to tell the administrators what Alfresco tries to do and what I get in response in order for them to start to look into the problem.

Thanks in advance
Roland
1 REPLY 1

dmihelj
Champ in-the-making
Champ in-the-making
Hello!

Look in "alfresco\tomcat\webapps\alfresco\WEB-INF\classes\log4j.properties" and find/try to change/uncomment properties of logging to debug to get more insight what goes on behind the curtains. Maybe what you are looking for could be in these lines, but I haven't tried it myself.

# NTLM servlet filters
log4j.logger.org.alfresco.web.app.servlet.NTLMAuthenticationFilter=debug
log4j.logger.org.alfresco.repo.webdav.auth.NTLMAuthenticationFilter=debug