Is it possible to use 'required_groups' and 'required_user' command while using LDAP in the Shiny Server config file?
I would like these commands to function like an "OR", where the user needs to bee in either the required group or be listed by name in the required_user command.
Example:
location /app1 {
required_group shinyUsers1 shinyUsers2;
required_users bob tim joe;
}
Sorry for the delay here. I believe that this is exactly the way that things function - are you seeing other behavior?
I haven't had a chance to test the behavior, which is part of what has delayed my response. I thought the behavior was that you needed to match one of the required_* directives to get access to the application. Are you seeing "AND" behavior?