Skip to content

Commit

Permalink
Merge auth_mechanism_scram_sha_added into auth_mechanism_sha_added
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Aug 29, 2024
1 parent b1f0652 commit f59b4e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion data/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const updates = {
argon_2i_schemes: '2.4.0',
argon2_password_scheme_added: '2.4.0',
auth_mechanism_scram_sha_added: '2.4.0',
auth_mechanism_sha_added: '2.4.0',
cassandra_log_retries_added: '2.4.0',
crypt_des_md5_schemes: '2.4.0',
auth_client_common_secured: '2.4.0',
Expand Down
2 changes: 1 addition & 1 deletion docs/core/config/auth/schemes.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ different schemes for a single user.
| CRAM-MD5 | Used with CRAM-MD5 mechanism. |
| [[link,auth_digest_md5]] | Used with DIGEST-MD5 mechanism. The username is included in the hash, so it's not possible to use the hash for different usernames. |
| SCRAM-SHA-1 | Used with SCRAM-SHA-1 mechanism.<br />[[added,auth_mechanism_scram_sha_added]] |
| SCRAM-SHA-256 | Stronger replacement for SCRAM-SHA-1.<br />[[added,auth_mechanism_sha_added]] |
| SCRAM-SHA-256 | Stronger replacement for SCRAM-SHA-1.<br />[[added,auth_mechanism_scram_sha_added]] |

## Other Supported Password Schemes

Expand Down

0 comments on commit f59b4e9

Please sign in to comment.