Fix up references to scram-sha-256
pg_hba_file_rules erroneously reported this as scram-sha256. Fix that.
To avoid future errors and confusion, also adjust documentation links
and internal symbols to have a separator between "sha" and "256".
Reported-by:
Christophe Courtois <christophe.courtois@dalibo.com>
Author: Michael Paquier <michael.paquier@gmail.com>
Showing
- doc/src/sgml/protocol.sgml 1 addition, 1 deletiondoc/src/sgml/protocol.sgml
- src/backend/libpq/auth.c 3 additions, 3 deletionssrc/backend/libpq/auth.c
- src/backend/libpq/hba.c 1 addition, 1 deletionsrc/backend/libpq/hba.c
- src/include/libpq/scram.h 1 addition, 1 deletionsrc/include/libpq/scram.h
- src/interfaces/libpq/fe-auth.c 2 additions, 2 deletionssrc/interfaces/libpq/fe-auth.c
Loading
Please register or sign in to comment