You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the comments to PR #233 existing users with hyphen (-) in their usernames are incorrectly rejected in PAM before even reaching authentication:
Jun 12 09:45:51 sftp-erda pam_mig[73585]: Invalid username: [email protected]
Jun 12 09:45:51 sftp-erda sshd[73585]: Invalid user [email protected] from REDACTED port 40024
We need to allow hyphen in the regex pattern in PAM and NSS and a regression in that PR apparently broke that.
The text was updated successfully, but these errors were encountered:
As mentioned in the comments to PR #233 existing users with hyphen (
-
) in their usernames are incorrectly rejected in PAM before even reaching authentication:We need to allow hyphen in the regex pattern in PAM and NSS and a regression in that PR apparently broke that.
The text was updated successfully, but these errors were encountered: