Skip to content

Update roles

Uday Korlimarla edited this page Jun 9, 2020 · 1 revision

Updating Advanced LDAP Mappings

To update Checkmarx Access Control, Make changes in the updateLdapRoles.yaml in the directory .cx in User's home directory.

updateLdapRoles - File Structure

<CHECKMARX_ROLE1>:
- <LDAP_GROUP_A>
- <LDAP_GROUP_B>
<CHECKMARX_ROLE2>:
- <LDAP_GROUP_C>
- <LDAP_GROUP_D>

Example

SAST Scanner:
- CN=Star Wars,CN=Users,DC=cx,DC=au
- CN=xmen,CN=Users,DC=cx,DC=au
SAST Reviewer:
- CN=Star Wars,CN=Users,DC=cx,DC=au
- CN=xmen,CN=Users,DC=cx,DC=au
SAST Auditor:
- CN=Star Wars,CN=Users,DC=cx,DC=au
- CN=xmen,CN=Users,DC=cx,DC=au
Clone this wiki locally