Following the instructions to add new admin for the management-ui but while adding it a constraint violation error message is displayed
Directory 14.x
In the management-ui file the user-specified is superuser, but the administrator user is "admin"
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
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/directory/14-0/using/management-ui.html#concept.dita_4e9ee888471512d0e6d19f265dea1e477bc4ea7d_AddingUserstoDirectoryManagementUIUsingLDAPBrowser