-
Notifications
You must be signed in to change notification settings - Fork 5
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
Migration: VPN accounts not visible if username contains uppercase letters #966
Labels
verified
All test cases were verified successfully
Milestone
Comments
gsanchietti
added a commit
to NethServer/python3-nethsec
that referenced
this issue
Dec 10, 2024
Users inside a remote LDAP are usually matched in case-insenstive mode. Make sure to always force the username to lower case to avoid mismatch when the remote LDAP has names in uppercase (like AD): this change will fix access for OpenVPN users using the external LDAP. NethServer/nethsecurity#966 Note that such users are already imported in lower case inside the users db.
gsanchietti
added a commit
that referenced
this issue
Dec 10, 2024
Testing image version: 8-23.05.5-ns.1.3.0-106-g0882786b |
github-actions
bot
added
the
testing
Packages are available from testing repositories
label
Dec 10, 2024
Test case Check the issue is not reproducible |
francio87
added
verified
All test cases were verified successfully
and removed
testing
Packages are available from testing repositories
labels
Dec 10, 2024
Released on 23.05.5-ns.1.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
test2dav
and upper casetest3dav
are present.test2dav
isvisible.Expected behavior
test2dav
andTEST3DAV
should be visible in the VPN profiles section of the web interface.Actual behavior
test2dav
, which had a lowercase username, is visible in the VPN profiles section, even while the certificate files exist for both users:Components
NethSecurity version: 8-23.05.5-ns.1.3.0
References
The text was updated successfully, but these errors were encountered: