Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitebf0716

Browse files
committed
Document that Kerberos is for authentication, and does not encrypt data
or queries over the network.
1 parent4ed6f6d commitebf0716

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:17tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.96 2006/11/23 05:39:17momjian 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)

[8]ページ先頭

©2009-2025 Movatter.jp