diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index f418332a395..4b7c2c47093 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,4 +1,4 @@ - + Client Authentication @@ -653,6 +653,9 @@ local db1,db2,@demodbs all md5 MIT Kerberos page can be good starting points for exploration. Several sources for Kerberos distributions exist. + Kerberos provides secure authentication but + does not encrypt queries or data passed over the network; for that + use SSL.