Introduce Argeo 2 security model-
[lgpl/argeo-commons.git] / org.argeo.security.ui.rap / plugin.xml
index 84df522b00c8156f75514bad6f51b343ee5cd575..68d88f2406b2acd3fcdc865fd1a95e0e315a7dc5 100644 (file)
                  <enabledWhen>
                    <with variable="roles">
                      <iterate ifEmpty="false" operator="or">
-                       <equals value="ROLE_ANONYMOUS" />
+                       <equals value="cn=anonymous,ou=system,ou=node" />
                      </iterate>
                    </with>
                  </enabledWhen>
                        <not>
                    <with variable="roles">
                      <iterate ifEmpty="false" operator="or">
-                       <equals value="ROLE_ANONYMOUS" />
+                       <equals value="cn=anonymous,ou=system,ou=node" />
                      </iterate>
                    </with>
                    </not>