From: "netsql" <[EMAIL PROTECTED]>
JAAS I think acts a bit like a filter, it just gets called. In your web-xml you tell it what url you want secured and somehow map how the users see it. Bea site has a good doc on web.xml.

I'm okay with web.xml, it's configuring the Realm that I'm stuck on-- actually, writing a LoginModule. and I have been wandering around the JAAS tutorials and the Catalina source code for way too long now. I think I also took an accidental side trip into 'JAAS Authorization' which I _don't_ need-- just Authentication.

This tutorial might be the key, we'll see... http://java.sun.com/j2se/1.5.0/docs/guide/security/jgss/tutorials/AcnAndAzn.html

(or just go JDBC relms... map JDBC to LDAP :-)

If I had JDBC and/or LDAP, I would be done by now. One day I will work somewhere that has normal systems...

Thanks,
Wendy

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

Reply via email to