I had JAMES working using LDAP against ApacheDS awhile back in my sandbox environment. The caveat I ran into was that it worked if the address matched the actual account but it didn't handle looking up aliases and virtual mailboxes successfully. So I began working on re-writing the LDAP routines to be more full featured. Unfortunately I ran into other events that took me away from that development and I've not been able to make my way back to the project yet.

On 24.08.2013 05:17, Eric Charles wrote:
Did you succeed to make it work.
People may be interested in your feedback.

On 05/08/13 13:47, seyoum tesfay wrote:
Hello,
Has anyone has an experience in using James server with Active Directory? I have configured the James server 3-beta4 userrepository as follows and successfully started the server. But I couldn't authenticate to the server
using a user in the AD.

*<repository name="LocalUsers"
class="org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository" *
* ldapHost="ldap://10.0.49.10:389"; principal="g...@asni.org"* * credentials="mypassword" userBase="ou=ASNI,dc=asni,dc=org"
userObjectClass="user" userIdAttribute="sAMAccountName"/>*

When I use a user and its password from the AD to authenticate to the server, it is giving me an Authentication Failed error in my Java code. Can
anyone point me to a solution in using James with AD?

regards,
* *


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to