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

If userblacklist is not configured, userpass will also be invalid. #2712

Closed
luky116 opened this issue Jun 10, 2024 · 0 comments · Fixed by #2714
Closed

If userblacklist is not configured, userpass will also be invalid. #2712

luky116 opened this issue Jun 10, 2024 · 0 comments · Fixed by #2714
Labels
☢️ Bug Something isn't working

Comments

@luky116
Copy link
Collaborator

luky116 commented Jun 10, 2024

Is this a regression?

Yes

Description

1、case1:auth 123 is valid

requirepass : requirepass
userpass : 123
userblacklist : 

image

2、case2:auth 123 is valid

requirepass : requirepass
userpass : 123
userblacklist :  flushall
user : limit on >limitpass ~* +@all &*

image

3、case3:auth 123 is invalid

requirepass : requirepass
userpass : 123
userblacklist : 
user : limit on >limitpass ~* +@all &*

image

the problem is that in case3, auth 123 should be valid, but not actually

Please provide a link to a minimal reproduction of the bug

No response

Screenshots or videos

No response

Please provide the version you discovered this bug in (check about page for version information)

No response

Anything else?

No response

@luky116 luky116 added the ☢️ Bug Something isn't working label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☢️ Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant