Add Admins for Management UI
search cancel

Add Admins for Management UI

book

Article ID: 202031

calendar_today

Updated On:

Products

CA Directory

Issue/Introduction

Following the instructions to add new admin for the management-ui but while adding it a constraint violation error message is displayed

Environment

Directory 14.x

Cause

In the management-ui file the user-specified is superuser, but the administrator user is "admin"

Resolution

It looks like the access file for the management-ui-access.dxc set “superuser” as the user but the install creates “admin” as user.

 

Please, update the file as follow

From

set super-user management-ui-superuser = {

        user = <o management-ui><ou users><cn superuser>
                               
};

 
 
To

set super-user management-ui-superuser = {

        user = <o management-ui><ou users><cn admin>
                             
};

 

The file can be found under folder:

\dxserver\config\access\management-ui-access.dxc

Additional Information

https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/directory/14-0/using/management-ui.html#concept.dita_4e9ee888471512d0e6d19f265dea1e477bc4ea7d_AddingUserstoDirectoryManagementUIUsingLDAPBrowser