You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding the ldap authorization within shinyproxy yml file. I would like the users to be able to login using either one of their email id or username. is it possible to enable both of them within the yml file. If so can you please provide and example yml file or just the ldap section of it.
Hi,
I have a question regarding the ldap authorization within shinyproxy yml file. I would like the users to be able to login using either one of their email id or username. is it possible to enable both of them within the yml file. If so can you please provide and example yml file or just the ldap section of it.
I tried to use the following but didn't succeed
ldap:
- url: ldap://1.2.3.4:1234/DC=EX,DC=com
manager-dn: CN=FEAS,OU=Service Accounts,OU=USA,OU=EX,DC=ex,DC=com
manager-password: PASSWORD
user-search-filter: "(|(sAMAccountName={0})(mail={0}))"
user-search-base: DC=ex,DC=com
Can you please help me in this. Thanks..!!!
Best,
Prashanth
The text was updated successfully, but these errors were encountered: