Do you have a target date for your implementation? If its just a short
while
out... I would wait, if not, I don't have a clue. I really don't want
to
implement my own and then have to change code to switch to yours.
Karl Avedal wrote:
> Hello Hanasaki,
>
> Orion uses the UserManager interface for plugging in different persitence
> methods for your user information. If you really want to you can make an
> LDAPUserManager or similar and let Orion get its user data from there. What
> we provide today is an EJBUserManager and a DataSourceUserManager, and these
> should also simplify single log on, since other non-Orion applications can
> us the same data-source to get the data, but we are of course planning to
> make an LDAPUserManager.
>
> Regards,
> Karl Avedal
>
> [EMAIL PROTECTED] wrote:
>
> > Is there a way to use LDAP or a RDMB <ie: PAM modules> for orion instead
> > of principals.xml?
> >
> > You guessed it.. SingleSignOn!