Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fa2bde

Browse files
committed
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/[email protected] Backpatch-through: 10
1 parent 6bceacf commit 7fa2bde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,9 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
381381
<para>
382382
Specifies the authentication method to use when a connection matches
383383
this record. The possible choices are summarized here; details
384-
are in <xref linkend="auth-methods">.
384+
are in <xref linkend="auth-methods">. All the options
385+
are lower case and treated case sensitively, so even acronyms like
386+
<literal>ldap</literal> must be specified as lower case.
385387

386388
<variablelist>
387389
<varlistentry>

0 commit comments

Comments
 (0)