2010/6/2 Grégory Joseph <[email protected]>:
> Hmm, actually, it might, if you manage to specify different rules, with the
> appropriate flags, in the jaas.config file; or it should: that's how we use
> combinations of repo-based and ldap-based logins, for instance on our docu
> and store sites.
That would be my suggestion as wel.
We got the following jaas.config
magnolia {
info.magnolia.jaas.sp.jcr.JCRAuthenticationModule optional;
info.magnolia.jaas.sp.ldap.ADAuthenticationModule requisite
realm=admin skip_on_previous_success=true
jndi.ldap.config=ldaps.properties;
info.magnolia.jaas.sp.jcr.JCRAuthorizationModule required;
};
Adding the second line twice with a different ldap properties file should work.
You might need to change the flags though.
Also, we also got redundant ldap servers in the ldap.properties with:
java.naming.provider.url=ldaps://145.yy.xx.1:636/ ldaps://145.yy.xx.2:636/
Greetings,
--
Rico Jansen ([email protected])
"You call it untidy, I call it LRU ordered" -- Daniel Barlow
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------