Managing User Privileges
There are four types of users in Adeptia Suite namely, System Admin, Group Admin, Developer, and Business User. Each user type has its specified roles in Adeptia Suite. By default, when LDAP users access Adeptia Suite, they are treated as Developer type of user in Adeptia Suite. You can map LDAP users or group as a System Admin user or Group Admin user or Business User by configuring LDAP properties.Â
For instance, if you want to configure an LDAP user or all users of an LDAP group to map as a System Admin user in Adeptia Suite then you need to configure LDAP user in the abpm.ldap.administratorUsers property and LDAP group in the abpm.ldap.administratorGroups property in Adeptia Suite. Â
To configure LDAP user or group in the property:
- Go to Administer > Setup > Application Settings.
- Click Update System Properties.
- Expand Systems > LDAP Authentication.
- Type the LDAP users (comma separated) in the abpm.ldap.administratorUsers or LDAP group name in the abpm.ldap.administratorGroups property.
- Click Save to save the changes.
- Restart Kernel and WebRunner to bring the configuration changes into effect.
In a similar way, you can configure other users as a Group Admin user, or Developer, or Business User in the following properties:Â
For Group Admin UserÂ
·        abpm.ldap.groupAdminUsers
·        abpm.ldap.groupAdminGroups
For Developer UserÂ
·        abpm.ldap.developerUsers
·        abpm.ldap.developerGroups
For Business UserÂ
·        abpm.ldap.businessUsers
·        abpm.ldap.businessGroups
Â