Roberto S�nchez wrote:

<snipped>

> OK, that's truth, but wouldn't be interesting a
> UserRepository that could
> provide all user's data to its implementation class ? I'm think in the
> possibility of a more complex module for Remote Manager and in a more
> complex User Repository.

I believe Jason is working on this as part of his efforts to add IMAP
support. The idea is to add something like...

public Object getUserAttribute();
public void setUserAttribute(Object aUserAttribute);

<snipped>

> in any case
> perhaps my
> problem is that I need a User repository more complex, mainly
> I need to
> manage more information of the user, specially groups, but not only.
> I think that in my case when having a external (and more
> complex) users
> repository (LDAP server) It is assumed that the maintenance of that
> repository is external to James, James only uses the
> repository to know if
> the recipient is local and similar uses. Is it correct?

Yes. The remotemanager package is described as "Provides classes
implementing simple remote management facilities for James". It IS simple
and is intended to only cover elements in a repository applicable to James.

-- Steve


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to