You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/02/14 15:59:02 UTC

svn commit: r910015 - /james/server/trunk/spring-deployment/src/main/config/james/users-store.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org