diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-06-07 16:27:02 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-06-07 16:27:02 +0000 |
commit | 9a86a1e535155118d02c851cc6355082631ffccd (patch) | |
tree | 8b432c6d56b75e49ff636d700646419c54ba2aee | |
parent | 157887c1d560123cc2661d74f010244433295166 (diff) | |
download | postgresql-9a86a1e535155118d02c851cc6355082631ffccd.tar.gz postgresql-9a86a1e535155118d02c851cc6355082631ffccd.zip |
Remove kerberos mention that doesn't support our software, from Peter.
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 7674109b1c1..60ac83a7a14 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.47 2003/06/06 18:09:17 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.48 2003/06/07 16:27:02 momjian Exp $ --> <chapter id="client-authentication"> @@ -644,9 +644,6 @@ local db1,db2,@demodbs all md5 If you use <application>mod_auth_kerb</application> from <ulink url="http://modauthkerb.sf.net">http://modauthkerb.sf.net</ulink> - or <application>mod_auth_gss_krb5</application> from - <ulink url="http://meta.cesnet.cz/software/negotiate.en.html"> - http://meta.cesnet.cz/software/negotiate.en.html</ulink>, and <application>mod_perl</application> on your <productname>Apache</productname> web server, you can use <literal>AuthType KerberosV5SaveCredentials</literal> with a |