Stephan Steiner wrote:
[...]
Not a real answer to your question, but you might want to have a look at the following :

http://jcifs.samba.or (the HTTP NTLM module, soon to be deprecated but which in the meantime works fine with NTLM v1, and is free)
and/or
http://www.ioplex.com (the Jespa module, non-free but affordable, and which works also with NTLM v2)

Both of the above are Java servlet filters, which install "around" your webapp, and authenticate the browser's user in a Windows domain, passing this authentication to the Tomcat session. The servlet so wrapped can then retrieve the authenticated user-id via getUserPrincipal.getUser or getRemoteUser (check these calls in the servlet API).

HTH

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to