Hi, On Fri, Sep 26, 2008 at 8:28 PM, Mike Oliver <[EMAIL PROTECTED]> wrote: > I know that it is probably in here someplace but can't find the right search > string to find it. So how do I turn OFF anonymous read access?
Are you using Jackrabbit 1.4 or earlier? You need to replace either the default SimpleLoginModule with JAAS authentication (if run Jackrabbit in a servlet container you can check the JAAS documentation of that container for instructions) or the SimpleAccessManager with a custom AccessManager implementation. BR, Jukka Zitting
