To grant LDAP users access to a database, assign the mapped access role to the access control list (ACL) for the database.

  1. From the admin console menu, select Databases and then select the database from the list.

  2. Select the Configuration tab to display the database details.

    The Database | Configuration screen in the Redis Software admin console
  3. Select the Edit button.

    The Database | Configuration screen in the Redis Software admin console
  4. Locate the Access Control List setting and select its Add button.

    Updating a database access control list (ACL)
  5. Select the appropriate roles and then save your changes.

If you assign multiple roles to an ACL and a user is authorized by more than one of these roles, their access is determined by the first “matching” rule in the list.

If the first rule gives them read access and the third rule authorizes write access, the user will only be able to read data.

As a result, we recommend ordering roles so that higher access roles appear before roles with more limited access.

More info