mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
doc: clarify that auth. names are lower case and case-sensitive
This is true even for acronyms that are usually upper case, like LDAP. Reported-by: Alvaro Herrera Discussion: https://postgr.es/m/202205141521.2nodjabmsour@alvherre.pgsql Backpatch-through: 10
This commit is contained in:
parent
5b5d435139
commit
ea9581488b
@ -413,7 +413,9 @@ hostnogssenc <replaceable>database</replaceable> <replaceable>user</replaceabl
|
||||
<para>
|
||||
Specifies the authentication method to use when a connection matches
|
||||
this record. The possible choices are summarized here; details
|
||||
are in <xref linkend="auth-methods"/>.
|
||||
are in <xref linkend="auth-methods"/>. All the options
|
||||
are lower case and treated case sensitively, so even acronyms like
|
||||
<literal>ldap</literal> must be specified as lower case.
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user