Re: Authentication strategies

2003-09-15 Thread Tim Funk
This is 2 different questions. Can I use LDAP for AUthentication. Yes - via JNDIRealm. Can I perform authentication via an HTML FORM? Yes, via a security constraint in web.xml with the type being FORM instead of BASIC. Helping you out furthur via the mailing list with respect to the second ques

Authentication strategies

2003-09-15 Thread jerome moliere
Hi all, I'd like to authenticate users on a LDAP tree (using something like the JNDIRealm) that's OK But I'd like not to have the post 401 browser POPup window but a custom form (with links for retrieving its password & some other gadgets) I guess that this is not a very uncommon thing ? So i won