Hi, as far as I know, there's no direct way to have OS authentication
in Tomcat.

You must implement a custom Realm (search on Tomcat documentation) that
connect via JNI to a native library that could do the queries.

You can look at the Tomcat source for examples of Realms implementations
(it has two: simple and jdbc)

BEA Weblogic has an implementation, but of course is not open source.

Somebody knows any free implementation of this?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to