From: Dmitriy S. <sha...@gm...> - 2010-06-18 15:56:22
|
On Fri, 2010-06-18 at 10:43 -0500, Loren Cahlander wrote: > The problem that I have been encountering is > org.exist.security.UserImpl.authenticate(). I think that we need to > move the current UserImpl into internal and create a new UserImpl > under ldap that authenticates against the LDAP server. Yes, it should be: SecurityManager have several Realm that create User on authentication, look at openid implementation. -- Cheers, Dmitriy Shabanov |