[EMAIL PROTECTED] wrote:
has anyone come across an implementation of a realm for Tomcat which
authenticates users against the operating system's logins/passwords?

thanks in anticipation
Cyrus SASL 2.1.x has a JAR file with some classes that have SASL functionality. Maybe it is not too hard to write a wrapper for a Tomcat plugin/realm.

With SASL you gain access to several authentication mechanisms:

- Kerberos IV
- Kerberos V (GSSAPI)
- private user database
- One-Time Passwords
- LDAP (experimental, via SASLAuthDaemon)
- DEC OSF/1 SIA (for those who are running on DEC OSF/1, like me)

Nix.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to