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

fix: ACL user authentication errors #2449

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

lqxhub
Copy link
Collaborator

@lqxhub lqxhub commented Mar 4, 2024

  • 修复 ACL user 初始认证状态

正确逻辑: 设置错误如果 default 用户没有密码, 并且用户是有效的, 那么这个连接的初始的认证状态是已认证, 否则这个连接的认证状态是未认证

  • 修复 default 用户有密码时, 连接成功后,判断认证状态错误

正确逻辑: 如果新连接的用户没有认证, 那么则不能执行需要认证后才能执行的命令, 只能执行部分不需要认证就能执行的命令, (比如 AUTH, HELLO 等等)

…mission judgment after the default user is connected
@github-actions github-actions bot added Invalid PR Title ☢️ Bug Something isn't working labels Mar 4, 2024
@lqxhub lqxhub changed the title fix ACL user authentication errors fix: ACL user authentication errors Mar 4, 2024
@chejinge chejinge merged commit ea43567 into OpenAtomFoundation:unstable Mar 5, 2024
12 of 13 checks passed
luky116 pushed a commit to luky116/pika that referenced this pull request Mar 14, 2024
luky116 pushed a commit to luky116/pika that referenced this pull request Mar 14, 2024
luky116 pushed a commit that referenced this pull request Mar 18, 2024
…mission judgment after the default user is connected (#2449)
bigdaronlee163 pushed a commit to bigdaronlee163/pika that referenced this pull request Jun 8, 2024
cheniujh pushed a commit to cheniujh/pika that referenced this pull request Sep 24, 2024
cheniujh pushed a commit to cheniujh/pika that referenced this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.5.3 ☢️ Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants