IBM Operations Analytics - Log Analysis, Version 1.3.2

Adding custom groups to the OAuth security role

To fully enable LDAP authentication, you need to add the OAuth security role to the LDAP server.

Procedure

  1. Open the <HOME>/IBM/LogAnalysis/wlp/usr/servers/Unity/UnityConfig.xml file.
  2. Add the following code:
    <oauth-roles>
        <authenticated>
          <group name="UnityUsers"/>
          <group name="<Group_name1>/>"
          <group name="<Group_name2>/>"
        </authenticated>
    </oauth-roles> 
    where <Group_name> are the names of any custom groups that you use. The UnityUsers role is added by default.
  3. Save your changes.
  4. To start the IBM Operations Analytics - Log Analysis server, use the following command:
    <HOME>/IBM/LogAnalysis/utilities/unity.sh -start


Feedback