Documentation ¶
Index ¶
Constants ¶
View Source
const SASLAuthMethodGSSAPI = "GSSAPI"
SASLAuthMethodGSSAPI represents the authentication mechanism with GSSAPI
View Source
const SASLAuthMethodSCRAMSHA1 = "SCRAM-SHA-1"
SASLAuthMethodSCRAMSHA1 represents the authentication mechanism with SCRAM-SHA-1
View Source
const SASLAuthMethodSCRAMSHA256 = "SCRAM-SHA-256"
SASLAuthMethodSCRAMSHA256 represents the authentication mechanism with SCRAM-SHA-256
Variables ¶
View Source
var LDAPSASLAuthImpl = &ldapSASLAuthImpl{
&ldapAuthImpl{},
"",
}
LDAPSASLAuthImpl is the implementation of authentication with LDAP SASL
View Source
var LDAPSimpleAuthImpl = &ldapSimplAuthImpl{
&ldapAuthImpl{},
}
LDAPSimpleAuthImpl is the implementation of authentication with LDAP clear text password
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.