|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="client-authentication"> |
4 | 4 | <title>Client Authentication</title> |
@@ -653,6 +653,9 @@ local db1,db2,@demodbs all md5 |
653 | 653 | <ulink url="http://web.mit.edu/kerberos/www/">MIT Kerberos page</ulink> |
654 | 654 | can be good starting points for exploration. |
655 | 655 | 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>. |
656 | 659 | </para> |
657 | 660 |
|
658 | 661 | <para> |
|