-
After:
- SCRAM-SHA-1
Can you add supports of:
- SCRAM-SHA-1-PLUS
- SCRAM-SHA-256
- SCRAM-SHA-256-PLUS
- SCRAM-SHA-512
- SCRAM-SHA-512-PLUS
- SCRAM-SHA3-512
- SCRAM-SHA3-512-PLUS
You can …
-
"When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802…
-
Dear @ruby team,
In first, I wish you a Happy New Year!
Can you add supports of :
- SCRAM-SHA-1
- SCRAM-SHA-1-PLUS
- SCRAM-SHA-256
- SCRAM-SHA-256-PLUS
- SCRAM-SHA-512
- SCRAM-SHA-512-PLUS…
-
"When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802…
-
There is only SCRAM-SHA-1, there is not SCRAM-SHA-1-PLUS:
- https://tools.ietf.org/html/rfc5802
- https://tools.ietf.org/html/rfc6120
There is not SCRAM-SHA-256 and SCRAM-SHA-256-PLUS:
- https:/…
-
After:
- SCRAM-SHA-1
- SCRAM-SHA-224
- SCRAM-SHA-256
- SCRAM-SHA-384
- SCRAM-SHA-512
Can you add supports of :
- SCRAM-SHA-1-PLUS
- SCRAM-SHA-224-PLUS
- SCRAM-SHA-256-PLUS
- SCRAM-SHA-384-…
-
CRAM-MD5 to Historic:
- https://tools.ietf.org/html/draft-ietf-sasl-crammd5-to-historic-00 // 20 November 2008
- https://tools.ietf.org/html/draft-zeilenga-luis140219-crammd5-to-historic-00 // June …
-
Dear @ehuelsmann,
Thanks for SCRAM-SHA-1, SCRAM-SHA-256, SCRAM-SHA-512 :)
Can you add supports of :
- SCRAM-SHA-1-PLUS
- SCRAM-SHA-256-PLUS
- SCRAM-SHA-512-PLUS
- SCRAM-SHA3-512
- SCRAM-SHA…
-
1) If authenticationMechanisms is not defined in the MongoDB Configuration file (default location: /etc/mongod.conf), define one of more authenticationMechanisms, from the subset below:
SCRAM-SHA-…
-
Hi I'm fairly new to the repo, and I liked the article originally published for this.
I was wondering how difficult it would be to implement the SCRAM SASL mechanisms as I'm fairly new to the repos…