Hi
org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository obtains its
connection to the LDAP repository during init() processing and thereafter
assumes it to be valid. When, as may sometimes temporarily or permanently
occur, the connection becomes invalid the resulting
javax.naming.CommunicationEx
Author: sbrewin
Date: Fri Dec 2 13:50:03 2011
New Revision: 1209479
URL: http://svn.apache.org/viewvc?rev=1209479&view=rev
Log:
JAMES-1351 principal and credentials now optional
Modified:
james/server/trunk/ldap/src/main/java/org/apache/james/user/ldap/ReadOnlyUsersLDAPRepository.java
Modi