Skip to content

LDAP Authorization using either username or email id #560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
samaprashanth opened this issue May 15, 2025 · 0 comments
Open

LDAP Authorization using either username or email id #560

samaprashanth opened this issue May 15, 2025 · 0 comments

Comments

@samaprashanth
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant