Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLoginServer ¶
func NewLoginServer(authenticator LoginAuthenticator) sasl.Server
A server implementation of the LOGIN authentication mechanism, as described in https://tools.ietf.org/html/draft-murchison-sasl-login-00.
LOGIN is obsolete and should only be enabled for legacy clients that cannot be updated to use PLAIN.
Types ¶
type LoginAuthenticator ¶
Authenticates users with an username and a password.
Click to show internal directories.
Click to hide internal directories.