Revert removal of authorizations
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 25 Mar 2013 11:58:56 +0000 (11:58 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 25 Mar 2013 11:58:56 +0000 (11:58 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@6211 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

modules/org.argeo.slc.node.jackrabbit/META-INF/spring/jackrabbit.xml

index f41c5f11539c403e3b66f1b34d5b96a2ffb63445..6b068005330c79579180f1ed8f762a2447c65de2 100644 (file)
        </bean>
 
        <!-- Security -->
-<!--   <bean class="org.argeo.jackrabbit.JackrabbitAuthorizations" -->
-<!--           init-method="run"> -->
-<!--           <property name="principalPrivileges"> -->
-<!--                   <map> -->
-<!--                           <entry key="jcr:all" value="ROLE_SLC" /> -->
-<!--                   </map> -->
-<!--           </property> -->
-<!--           <property name="repository" ref="jcrRepository" /> -->
-<!--   </bean> -->
+       <bean class="org.argeo.jackrabbit.JackrabbitAuthorizations"
+               init-method="run">
+               <property name="principalPrivileges">
+                       <map>
+                               <entry key="jcr:all" value="ROLE_SLC" />
+                       </map>
+               </property>
+               <property name="repository" ref="jcrRepository" />
+       </bean>
 
        <bean
                class="org.argeo.security.core.AuthenticatedApplicationContextInitialization">