Re: Tomcat 6 getRemoteUser() returns null

2007-12-29 Thread Natalie Wang
Thomas [EMAIL PROTECTED] wrote: Natalie Wang wrote: It does not work either. Tomcat version? Java version? OS and version? LDAP and version? Errors in logs? Extracts from relevant configuration files? Have you tried this with a simple test case? Ie a single html file and a resource

Tomcat 6 getRemoteUser() returns null

2007-12-21 Thread Natalie Wang
Hi, We have to retrieve the userid of the remote user when the user logs on. But request.getRemoteUser() is returning null in Tomcat 6. Authentication is done through LDAP. It works fine in Tomcat 5 and 4. Any suggestion? Thanks, Natalie

Re: Tomcat 6 getRemoteUser() returns null

2007-12-21 Thread Natalie Wang
It does not work either. Thanks, Natalie --- Gabe Wong [EMAIL PROTECTED] wrote: Natalie Wang wrote: Hi, We have to retrieve the userid of the remote user when the user logs on. But request.getRemoteUser() is returning null in Tomcat 6. Authentication is done through LDAP