Author: norman
Date: Sun Feb 14 14:59:01 2010
New Revision: 910015

URL: http://svn.apache.org/viewvc?rev=910015&view=rev
Log:
Add ReadOnlyLDAPUsersRepository to the mix

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/users-store.xml

Modified: 
james/server/trunk/spring-deployment/src/main/config/james/users-store.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/users-store.xml?rev=910015&r1=910014&r2=910015&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/users-store.xml 
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/users-store.xml 
Sun Feb 14 14:59:01 2010
@@ -61,6 +61,13 @@
     </repository>
     -->
     
+    <!-- Read-Only LDAP based UsersRepository -->
+    <!--
+    <repository name="LocalUsers" 
class="org.apache.james.userrepository.ReadOnlyUsersLDAPRepository" 
ldapHost="ldap://myldapserver:389"; 
+       principal="uid=ldapUser,ou=system" credentials="password" 
userBase="ou=People,o=myorg.com,ou=system" userIdAttribute="uid"/>;
+    -->
+    
+    
     <!-- JPA based backend. Support password algorithm are:
          MD5, SHA-256, SHA-512, NONE
      -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to