mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge pull request #938 from Mkaysi/sasl
sasl: enable all mechanisms by default
This commit is contained in:
@@ -23,7 +23,7 @@ static const struct {
|
||||
const char *szDescription;
|
||||
const bool bDefault;
|
||||
} SupportedMechanisms[] = {
|
||||
{ "EXTERNAL", "TLS certificate, for use with the *cert module", false },
|
||||
{ "EXTERNAL", "TLS certificate, for use with the *cert module", true },
|
||||
{ "PLAIN", "Plain text negotiation, this should work always if the network supports SASL", true }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user