You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by John Holman <j....@qmul.ac.uk> on 2002/03/21 23:57:52 UTC

[PATCH] JNDIRealm documentation

I've attached updates for the realm configuration and howto docs to cover 
recent changes in the JNDIRealm. The patch for the config doc is a bit 
different from the one I submitted on Sunday, so please ignore the earlier 
version. The howto changes are quite extensive, but I thought it worth 
going into some detail to explain how the directory realm works and maybe 
anticipate questions that are likely to come up.

Craig, would you look them over and submit if OK.

By the way I don't know whether the plan would be to include the new realm 
in a 4.0 release or wait until 4.1. It should be entirely backwards 
compatible, and I've tested it lightly with
4.0.2, but obviously it's adding new features rather than fixing bugs.

Thanks, John.



At 18:37 15/03/02, craigmcc@apache.org wrote:
>craigmcc    02/03/15 10:37:42
>
>   Modified:    catalina/src/share/org/apache/catalina/realm JNDIRealm.java
>                webapps/tomcat-docs/config realm.xml
>   Log:
>   Major enhancements to the JNDIRealm implementation.  While remaining
>   backwards compatible with the previous implementation, the following new
>   functionality is supported:
>
>   John, thanks for your patience with me on getting this patch committed!
>   Could you also make sure that I got the facts right on my edits to the
>   configuration docs?  (A patch to tomcat-docs/realm-howto.xml to explain
>   the new options would also be cool.)
>
>   Submitted by: John Holman <j.g.holman at qmul.ac.uk>
>