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:32 -0400 |
commit | 99781ff70d098dfd678c2480613c90400d7edf95 (patch) | |
tree | e860a43b8da5f0ab12687b5e593e95d5736b52c6 | |
parent | b243092a6b2405dfac8906328041aad42539e1ec (diff) | |
download | postgresql-99781ff70d098dfd678c2480613c90400d7edf95.tar.gz postgresql-99781ff70d098dfd678c2480613c90400d7edf95.zip |
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 ccd748d264a..1ff7852ab55 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -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> |