Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

By default, the platform defines an administrative role called Admin. Use the steps below to change this value. For the examples below, assume that the new administrative role is called "NewAdmin."

pentaho.xml

applicationContext-acegi-security.xml

Using the Acegi Security documentation as your guide, modify the objectDefinitionSource property of the filterInvocationInterceptor bean to match the new admin group.

<property name="objectDefinitionSource">
  <value>
    <![CDATA[
    CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
    PATTERN_TYPE_APACHE_ANT
    ...
    /admin*=ROLE_ADMIN
    ...
  ]]>
  </value>
</property>
  • No labels