Hi,
I use the reverse proxy Auth plugin for authentication through apache2 and I want to use the plugin also for authorization with Ldap.
It works with the matrix based security but only in common usecase.
I would like to set authorizations for the some users which are in two different groups and it only work for one at the time.
I tried to set filter search group or user without any success and in fact I need an "or" condition in user field which seems impossible (only {uid=0} type)
This plugin use Ldap plugin and in this one it's possible but I loose the authentication with apache2
Did someone had that kind of problem and what did you do please?
Best regards