How can i get more user debug logging related to kerberos for alfresco?
Posted
by
Maarten
on Server Fault
See other posts from Server Fault
or by Maarten
Published on 2011-03-02T12:49:47Z
Indexed on
2011/03/02
15:27 UTC
Read the original article
Hit count: 330
I am running alfresco community edition 3.4c on a debian linux. I have problems getting the kerberos authentication in order. The biggest problem is that do not seem to have any sort of user logs.
what i am using already:
log4j.logger.org.alfresco.web.app.servlet.KerberosAuthenticationFilter=debug
log4j.logger.org.alfresco.repo.webdav.auth.KerberosAuthenticationFilter=debug
log4j.logger.org.alfresco.smb.protocol=debug
log4j.logger.org.alfresco.fileserver=debug
I've also checked if the users actually reach the server, and they do, (also on a linux firefox outside of domain, i seem to be able to log in).
Can anyone help me get more user logging?
© Server Fault or respective owner