Add roles for LDAP groups
When using LDAP authentication with LDAP role management, Hyper-Converged Database (HCD) assigns the user all the roles that match the LDAP groups of which they are a member. At least one HCD role must have login privileges.
For more information about restricting access to data, see Restrict access to data.
LOGIN: At least one group the user belongs to must have login privileges that allow the user to execute requests. |
-
Bind the assignment to an authentication scheme:
GRANT EXECUTE on LDAP SCHEME to
GROUP_NAME
;Replace
GROUP_NAME
with the name of the LDAP group.
Next steps
Assign permissions to the role. For more information, see About Role Based Access Control (RBAC).