Setting Default User Permissions for LDAP Users
By default, when new LDAP users access Adeptia Suite, they have permissions to read, write, and execute the activities. However, you can restrict the permissions of the user in Adeptia Suite.
To change the default user permissions for a new LDAP user within Adeptia Suite:
- Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc folder.
- Open ldapConfiguration.xml file in the Text Editor.
Add the following code in the file.
<field name="userPermission" Comment="Enter the user permission, This Property is used to set user's permission. Possible values are 1(R), 3(RW), 5(RX), 7(RWX). "> <mapped-to></mapped-to> <default-value>7</default-value> </field>
Change the user permissions by setting the value in the <default-value> property. Possible values can be 1, 3, 5, and 7. Â
Possible Value Description 1 Only Read permission. 3 Only Read and Write permissions. 5 Only Read and Execute permissions. 7 Read, Write, and Execute permissions. - Save the file.
- Restart Kernel and WebRunner.