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 er...@apache.org on 2012/03/22 11:36:10 UTC

svn commit: r1303720 - /james/app/trunk/src/main/resources/usersrepository-template.conf

Author: eric
Date: Thu Mar 22 10:36:10 2012
New Revision: 1303720

URL: http://svn.apache.org/viewvc?rev=1303720&view=rev
Log:
set enableVirtualHosting to true in the template to better reflect what we are shipping as default

Modified:
    james/app/trunk/src/main/resources/usersrepository-template.conf

Modified: james/app/trunk/src/main/resources/usersrepository-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/usersrepository-template.conf?rev=1303720&r1=1303719&r2=1303720&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/usersrepository-template.conf (original)
+++ james/app/trunk/src/main/resources/usersrepository-template.conf Thu Mar 22 10:36:10 2012
@@ -37,7 +37,7 @@
 -->
 <usersrepository name="LocalUsers" class="org.apache.james.user.jpa.JPAUsersRepository">
     <algorithm>MD5</algorithm>
-    <enableVirtualHosting>false</enableVirtualHosting>    
+    <enableVirtualHosting>true</enableVirtualHosting>    
 </usersrepository>
 
 <!-- Read-Only LDAP based UsersRepository -->



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org