Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In pentaho.xml, update the admin-role element within the IAclVoter element. acl-voter element.

Code Block
xml
xml

<pentaho-system>
  <acl-voter>
    <admin-role>NewAdmin</admin-role>
    ...

Additionally, replace any references to the old administrative role within the default-acls element within the IAclPublisher element. acl-publisher element.

Code Block
xml
xml

<pentaho-system>
  <acl-publisher>
    <default-acls>
      <acl-entry role="NewAdmin" acl="ADMIN_ALL" />
      ...

applicationContext-acegi-security.xml

...