diff options
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> |