aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2025-05-23 09:03:09 +0200
committerPeter Eisentraut <peter@eisentraut.org>2025-05-23 09:03:09 +0200
commit70a13c528b6e382a381ff95c15a4989e2dd9360b (patch)
tree01fed346eba81c17219268dfe41a077da9107865
parent883339c170d1c73162283506c85536f735e42baa (diff)
downloadpostgresql-70a13c528b6e382a381ff95c15a4989e2dd9360b.tar.gz
postgresql-70a13c528b6e382a381ff95c15a4989e2dd9360b.zip
Move oauth_validator_libraries in postgresql.conf.sample
Move oauth_validator_libraries in postgresql.conf.sample to be grouped with the other CONN_AUTH_AUTH settings, rather than making up a new ad-hoc category. This matches the internal categorization and also how it is listed in the documentation.
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 34826d01380..63f991c4f93 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -97,6 +97,7 @@
#password_encryption = scram-sha-256 # scram-sha-256 or md5
#scram_iterations = 4096
#md5_password_warnings = on
+#oauth_validator_libraries = '' # comma-separated list of trusted validator modules
# GSSAPI using Kerberos
#krb_server_keyfile = 'FILE:${sysconfdir}/krb5.keytab'
@@ -121,9 +122,6 @@
#ssl_passphrase_command = ''
#ssl_passphrase_command_supports_reload = off
-# OAuth
-#oauth_validator_libraries = '' # comma-separated list of trusted validator modules
-
#------------------------------------------------------------------------------
# RESOURCE USAGE (except WAL)