Need help debugging ldap authentication

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 02:19 PM
All:
Does anyone know how to configure logging so I can debug alfresco authentication?
I have an instance of alfresco 2.1 embedded as a portlet in liferay 4.3.1 under tomcat 5.5. As an interim step toward CAS SSO, I am trying to configure LDAP authentication for alfresco with no success so far. To debug this I really need to output what is going on, but I can't figure out how to up the output for authentication.
Thanks in advance,
-steve
Does anyone know how to configure logging so I can debug alfresco authentication?
I have an instance of alfresco 2.1 embedded as a portlet in liferay 4.3.1 under tomcat 5.5. As an interim step toward CAS SSO, I am trying to configure LDAP authentication for alfresco with no success so far. To debug this I really need to output what is going on, but I can't figure out how to up the output for authentication.
Thanks in advance,
-steve
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 05:25 AM
Hi Steve,
As far as I know you can tune the logging output in the log4j.properties file in the alfresco war folder WEB-INF/classes directory. You may have to copy the properties file to tomcats common directory .. ???
See this post …
http://forums.alfresco.com/viewtopic.php?t=6571&highlight=log4j
Alternatively, if you have the Alfresco SDK installed and are running the server fromEclipse (or some IDE) you can debug line by line in AuthenticationComponentImpl and ServerConfiguration may give more clues
Hope this helps…..
Finner
As far as I know you can tune the logging output in the log4j.properties file in the alfresco war folder WEB-INF/classes directory. You may have to copy the properties file to tomcats common directory .. ???
See this post …
http://forums.alfresco.com/viewtopic.php?t=6571&highlight=log4j
Alternatively, if you have the Alfresco SDK installed and are running the server fromEclipse (or some IDE) you can debug line by line in AuthenticationComponentImpl and ServerConfiguration may give more clues
Hope this helps…..
Finner
