diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2002-09-18 20:09:32 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2002-09-18 20:09:32 +0000 |
commit | da123b7c58fb8f75bcaf14cf5521e54222ede52b (patch) | |
tree | e5e9729570037ec9f6df3c1f309f90e07ea30e7d /doc/src/sgml/client-auth.sgml | |
parent | 0db8c41523979c7b8f5b8799eb2d70c046a55c5c (diff) |
Update installation instructions and put mostly everything in one place.
Also, some editing in PL/Perl and PL/Python chapters.
Diffstat (limited to 'doc/src/sgml/client-auth.sgml')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index dc4b2649c13..6e1d76522a1 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.37 2002/09/14 18:35:46 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.38 2002/09/18 20:09:31 petere Exp $ --> <chapter id="client-authentication"> @@ -583,10 +583,9 @@ local db1,db2,@demodbs all md5 <para> In order to use <productname>Kerberos</>, support for it must be - enabled at build time. Both Kerberos 4 and 5 are supported - (<literal>./configure --with-krb4</> or <literal>./configure - --with-krb5</> respectively), although only one version can be - supported in any one build. + enabled at build time. See <xref linkend="installation"> for more + information. Both Kerberos 4 and 5 are supported, but only one + version can be supported in any one build. </para> <para> |