Configuring OAMP to use Linux account credentials on the Avaya Aura Web Gateway administration portal

Last Updated : Oct 01, 2021 |

About this task

This is an optional procedure that you need to perform if you want to log on to the Avaya Aura® Web Gateway administration portal using Linux account credentials.

Procedure

  1. Log in to the Avaya Aura® Web Gateway CLI as the root user.
  2. Run the following command:
    cdto active
    vi tomcat/<tomcatVersion>/conf/catalina.properties
  3. Locate the com.avaya.cas.access.groups properties and update the list of groups allowed to access the web administration portal as required.

    Ensure that entries in the group list are separated by a comma. The following is an example:

    # OAMP access linux groups
    com.avaya.cas.access.groups.admin=admingrp
    com.avaya.cas.access.groups.securityadmin=admingrp

    Users that are part of the admingrp group have access to the web administration portal by default.

  4. Run the following command to apply the changes:
    svc tomcat restart