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

Why this? "This may be an issue if your logins are > 8 char length" #2

Open
danielblues opened this issue Dec 20, 2021 · 1 comment

Comments

@danielblues
Copy link

Hi,
why is this check made?

// This may be an issue if your logins are > 8 char length
case len(x.saslUsername) > 8:
xlog.Info(fmt.Sprintf("REJECT saslUsername too long: %s",
x.saslUsername))
return "REJECT saslUsername too long"
Thank you.

@thc2cat
Copy link
Owner

thc2cat commented Dec 22, 2021 via email

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