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:

  1. Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc folder.
  2. Open ldapConfiguration.xml file in the Text Editor.
  3. 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>
  4. Change the user permissions by setting the value in the <default-value> property. Possible values can be 1, 3, 5, and 7.   

    Possible ValueDescription
    1Only Read permission.
    3Only Read and Write permissions.
    5Only Read and Execute permissions.
    7Read, Write, and Execute permissions.
  5. Save the file.
  6. Restart Kernel and WebRunner.