Merge pull request #938 from Mkaysi/sasl

sasl: enable all mechanisms by default
This commit is contained in:
Alexey Sokolov
2015-07-08 09:31:56 +01:00

View File

@@ -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 }
};