You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2008/03/26 14:34:18 UTC

svn commit: r641300 - /jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.xml

Author: reschke
Date: Wed Mar 26 06:34:17 2008
New Revision: 641300

URL: http://svn.apache.org/viewvc?rev=641300&view=rev
Log:
JCR-1503: comment out the two properties not supported by SimpleLoginModule

Modified:
    jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.xml

Modified: jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.xml?rev=641300&r1=641299&r2=641300&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.xml Wed Mar 26 06:34:17 2008
@@ -58,9 +58,9 @@
 
         <LoginModule class="org.apache.jackrabbit.core.security.simple.SimpleLoginModule">
            <!-- anonymous user id -->
-           <param name="anonymousId" value="anonymous"/>
+           <!-- <param name="anonymousId" value="anonymous"/> -->
            <!-- administrator user id (default value if param is missing is 'admin') -->
-           <param name="adminId" value="admin"/>
+           <!-- <param name="adminId" value="admin"/> -->
            <!--
               default user name to be used instead of the anonymous user
               when no login credentials are provided (unset by default)