diff --git a/doc/TODO b/doc/TODO index d2b7b40a9f4d40198cb351d2215a19db52328ef6..dc52145303e079f5072255b00730f36f6e6135e6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Aug 12 18:04:15 EDT 2003 +Last updated: Sat Aug 16 16:51:46 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -479,7 +479,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * Add checks for fclose() failure -* Change CVS $Id: TODO,v 1.1115 2003/08/13 03:12:04 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1115 2003/08/13 03:12:04 momjian Exp $ +* Change CVS $Id: TODO,v 1.1116 2003/08/16 23:33:49 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1116 2003/08/16 23:33:49 momjian Exp $ * Exit postmaster if postgresql.conf can not be opened * Rename /scripts directory because they are all C programs now * Allow the regression tests to start postmaster with -i so the tests diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index e6180c762eec9e5f8fd082cf93087d846195e5b7..6e7cbc92b61007c8be9250bda49b3b25e658f901 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,5 +1,5 @@ @@ -610,16 +610,21 @@ local db1,db2,@demodbs all md5 Kerberos is an industry-standard secure - authentication system suitable for distributed computing over a - public network. A description of the - Kerberos system is far beyond the scope - of this document; in all generality it can be quite complex (yet - powerful). The Kerberos system + is far beyond the scope of this document; in all generality it can be + quite complex (yet powerful). The Kerberos - FAQ or MIT Project Athena can be - a good starting point for exploration. Several sources for - Kerberos distributions exist. + FAQ or MIT + Project Athena can be a good starting point for exploration. + Several sources for Kerberos distributions exist. + + + + While PostgreSQL supports both Kerberos 4 and + Kerberos 5, only Kerberos 5 is recommended. Kerberos 4 is + considered insecure and no longer recommended for general + use.