diff options
Diffstat (limited to 'src/mongo/db/auth/sasl_mechanism_registry.h')
| -rw-r--r-- | src/mongo/db/auth/sasl_mechanism_registry.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/db/auth/sasl_mechanism_registry.h b/src/mongo/db/auth/sasl_mechanism_registry.h index 06b0850125b..921ae18ce3a 100644 --- a/src/mongo/db/auth/sasl_mechanism_registry.h +++ b/src/mongo/db/auth/sasl_mechanism_registry.h @@ -104,12 +104,12 @@ public: virtual SecurityPropertySet properties() const = 0; /** - * This returns a number that represents the "amount" of security provided by this mechanism - * to determine the order in which it is offered to clients in the isMaster - * saslSupportedMechs response. + * This returns a number that represents the "amount" of security provided by this mechanism to + * determine the order in which it is offered to clients in the "hello" saslSupportedMechs + * response. * - * The value of securityLevel is arbitrary so long as the more secure mechanisms return a - * higher value than the less secure mechanisms. + * The value of securityLevel is arbitrary so long as the more secure mechanisms return a higher + * value than the less secure mechanisms. * * For example, SCRAM-SHA-256 > SCRAM-SHA-1 > PLAIN */ |
