[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Passing LDAP-authenticated users from Apache to JBoss
dan957
do-not-reply at jboss.com
Tue Feb 17 17:45:39 EST 2009
Hi Everyone,
I was hoping to get your insights. I am trying to migrate an Apache+LDAP+Tomcat application to an Apache+LDAP+JBoss set-up.
Authentication is done by Apache via LDAP for protected resources. While it works fine for the existing Tomcat set-up, on my JBoss set-up, it does not work; server.log shows nullpointer exceptions because it is not able to pick up the user that just logged in. I can confirm via Apache's logs that LDAP authentication is happening correctly, but looking at the JBoss request dumper logs, I observe that remoteuser=null. Other parameters have values in them, such as request uri, header referer, remoteaddr, servletpath, etc.
Now since I am not a developer, I am not sure if picking up the username from the Apache request should be done programatically, or if I am missing something in the JBoss configuration.
Apache 2.0.63, JBossAS4.2.3GA, mod_jk1.2.27
Kind regards,
Dan
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210874#4210874
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210874
More information about the jboss-user
mailing list