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

Skip to content

Commit ebf0716

Browse files
committed
Document that Kerberos is for authentication, and does not encrypt data
or queries over the network.
1 parent 4ed6f6d commit ebf0716

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.95 2006/11/17 23:25:17 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.96 2006/11/23 05:39:17 momjian Exp $ -->
22

33
<chapter id="client-authentication">
44
<title>Client Authentication</title>
@@ -653,6 +653,9 @@ local db1,db2,@demodbs all md5
653653
<ulink url="http://web.mit.edu/kerberos/www/">MIT Kerberos page</ulink>
654654
can be good starting points for exploration.
655655
Several sources for <productname>Kerberos</> distributions exist.
656+
<productname>Kerberos</productname> provides secure authentication but
657+
does not encrypt queries or data passed over the network; for that
658+
use <acronym>SSL</acronym>.
656659
</para>
657660

658661
<para>

0 commit comments

Comments
 (0)