summaryrefslogtreecommitdiff
path: root/doc/src/sgml/client-auth.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-11-20 20:45:30 +0000
committerBruce Momjian <bruce@momjian.us>2008-11-20 20:45:30 +0000
commit170b66a0c5ed7b1921fb6119f0668136fecc0a05 (patch)
tree6969926a64c1bcba1959a988075d27837d116f5d /doc/src/sgml/client-auth.sgml
parent176961c1f14a5d0256c6b03548c065f5b5cbccd7 (diff)
downloadpostgresql-170b66a0c5ed7b1921fb6119f0668136fecc0a05.tar.gz
Issue a proper error message when MD5 is attempted when
db_user_namespace is enabled. Also document this limitation.
Diffstat (limited to 'doc/src/sgml/client-auth.sgml')
-rw-r--r--doc/src/sgml/client-auth.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index f10a93953e..4a8aea4d3a 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.112 2008/11/20 11:48:26 mha Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.113 2008/11/20 20:45:29 momjian Exp $ -->
<chapter id="client-authentication">
<title>Client Authentication</title>
@@ -712,6 +712,8 @@ omicron bryanh guest1
If you are at all concerned about password
<quote>sniffing</> attacks then <literal>md5</> is preferred.
Plain <literal>password</> should always be avoided if possible.
+ <literal>md5</> cannot be used with <xref
+ linkend="guc-db-user-namespace">.
</para>
<para>