diff options
| author | Bruce Momjian <bruce@momjian.us> | 2022-07-21 13:58:20 -0400 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2022-07-21 13:58:39 -0400 |
| commit | 21640e986518ab7d15b5a811cf2c5064af244249 (patch) | |
| tree | 77ab975a4debefca1c054eaabee894d1fe4568a7 | |
| parent | da9a28fd5563261354d648258b1824b3f35dde5c (diff) | |
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
| -rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 02f04891129..eb5e9f48db1 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -417,7 +417,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> |
