Im trying to write my own realm for Tomcat 4 WebDav application. I have already 
written some JAAS Authenication modules which are used by our main application and  
support Database and LDAP authentication but I need think I need to use tomcat <realm> 
for Webdav to force the user authentication wndow to come up when trying to map a 
Webdav folder. None of the existing realms are suitable because our LDAP tree does not 
conform to tomcats requirements, and some of our users are authenticated using a 
database realm rather than an LDAP realm. 

I have written a new class that extends RealmBase and written an authenticate method 
but it never gets called can someone tell me what else I have to do to make it a valid 
Realm Class.

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

Reply via email to