We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c65cf commit 68e3065Copy full SHA for 68e3065
internal/auth/sasl.go
@@ -62,7 +62,7 @@ func (s *SASLAuth) SASLMechanisms() []string {
62
63
if len(s.Plain) != 0 {
64
mechs = append(mechs, sasl.Plain)
65
- if s.OnlyFirstID {
+ if s.EnableLogin {
66
mechs = append(mechs, sasl.Login)
67
}
68
0 commit comments