How can I obtain the current Windows domain user in an application on Tomcat.
request.getRemoteUser()
is null
How can I obtain the current Windows domain user in an application on Tomcat.
request.getRemoteUser()
is null
Apache has some documentation on LDAP authentication with Tomcat. I'd say take a look at this.