Or I just found this comment in the repository DTD:
"the LoginModule element optionally specifies a JAAS login module to
authenticate users. This feature allows the use of Jackrabbit in a
non-JAAS environment."
Is it possible to use a different type of LoginModule? If so what do I
need to do here? Another interface I need to implement?
-warner
On Aug 19, 2008, at 11:19 AM, Warner Onstine wrote:
Ok, I've been looking at this scratching my head trying to figure
out what I'm missing. I can see where I configure my custom
LoginModule. But from what I've been reading I need to also
configure what CallbackHandlers I want to use (for my user/password
login info). I can't see where this happens in the config.
Another question that I've been trying to figure out is this
<AccessManager
class="org.apache.jackrabbit.core.security.SimpleAccessManager">
<!-- <param name="config" value="${rep.home}/access.xml"/
> -->
</AccessManager>
I can't find an example of access.xml anywhere or any other
references to this.
In short what I need to do is create a custom LoginModule for our
Single-Sign On service we have to authenticate users who are
connecting to the repository.
Help on this is greatly appreciated.
-warner