Skip to content

Commit 70a13c5

Browse files
committed
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.
1 parent 883339c commit 70a13c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
#password_encryption = scram-sha-256 # scram-sha-256 or md5
9898
#scram_iterations = 4096
9999
#md5_password_warnings = on
100+
#oauth_validator_libraries = '' # comma-separated list of trusted validator modules
100101

101102
# GSSAPI using Kerberos
102103
#krb_server_keyfile = 'FILE:${sysconfdir}/krb5.keytab'
@@ -121,9 +122,6 @@
121122
#ssl_passphrase_command = ''
122123
#ssl_passphrase_command_supports_reload = off
123124

124-
# OAuth
125-
#oauth_validator_libraries = '' # comma-separated list of trusted validator modules
126-
127125

128126
#------------------------------------------------------------------------------
129127
# RESOURCE USAGE (except WAL)

0 commit comments

Comments
 (0)