projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68100a
)
Fix typo
author
Álvaro Herrera
Mon, 24 Mar 2025 16:36:44 +0000
(17:36 +0100)
committer
Álvaro Herrera
Mon, 24 Mar 2025 16:36:44 +0000
(17:36 +0100)
src/test/authentication/t/001_password.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/authentication/t/001_password.pl
b/src/test/authentication/t/001_password.pl
index 8269c470b5977cafa0070b178d433547d3be4959..756b414605006f8ef52fdf911f55d70d02cfbc2c 100644
(file)
--- a/
src/test/authentication/t/001_password.pl
+++ b/
src/test/authentication/t/001_password.pl
@@
-424,7
+424,7
@@
test_conn(
test_conn($node, 'user=md5_role', 'scram-sha-256', 2,
log_unlike => [qr/connection authenticated:/]);
-# require_auth should succeed
s
with SCRAM when it is required.
+# require_auth should succeed with SCRAM when it is required.
$node->connect_ok(
"user=scram_role require_auth=scram-sha-256",
"SCRAM authentication required, works with SCRAM auth");