How to set ldap configuration in your shinyproxy.yml to filter app access by group?

Viewed 20

We are trying to set a shinyproxy server with ldap security.

In the shinyproxy.yml the ldap configuration is set as:

ldap:
    url: ldap://ourIP:389/dc=ourdomain,dc=com
    manager-dn: cn=admin,dc=ourdomain,dc=com
    manager-password: ++++++++
    group-search-base: ou=Groups
    group-search-filter: (|(cn=admingroup)(cn=nonadmingroup))
    user-search-base: ou=People
    user-search-filter: uid={0}

But with this configuration filters in the .yml like admin-groups, or access-groups in every app doesn´t seem to work. Having all users all permissions.

How should we set it so the filters work?

0 Answers
Related