Skip to content
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

Usernames are case sensitive #40

Closed
rvw83 opened this issue Dec 22, 2022 · 2 comments
Closed

Usernames are case sensitive #40

rvw83 opened this issue Dec 22, 2022 · 2 comments

Comments

@rvw83
Copy link

rvw83 commented Dec 22, 2022

is it possible to disable case sensitivity of usernames ?

e.g when i login with username@mydomain.com , i cant login
when i login with Username@mydomain.com, i can login.

this affects both with the first login ( web interface of synology ) as accessing a SMB share.

@ahaenggli
Copy link
Owner

User names are converted to lower case in the queries, so there should be no distinction between upper and lower case...

What version of DSM are you using?
Which version of the wrapper is running? (there should be a message at startup).
Do you see any information in the log entries? If not, you can temporarily set the LDAP_DEBUG environment variable to true and try again - now there should be some entries in the log.

@ahaenggli
Copy link
Owner

Hey :) I found a way to reproduce the issue. The fix is available in the dev tag and will be released with the next version.

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

2 participants