diff options
author | Bruce Momjian | 2003-06-06 18:09:17 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-06-06 18:09:17 +0000 |
commit | df1f5d6d7de87a1b6febc31c69bee29614df771c (patch) | |
tree | de847cba1056b372dbdbd034cc4884436b870338 /doc/src | |
parent | 2bc84b68523f52ff8f14789719bee0178c61df84 (diff) |
Add mention of two auth_mod kerberos projects, from Daniel Kouril
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index c71d5abb783..7674109b1c1 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.46 2003/03/13 01:30:26 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.47 2003/06/06 18:09:17 momjian Exp $ --> <chapter id="client-authentication"> @@ -639,8 +639,15 @@ local db1,db2,@demodbs all md5 </para> <para> - If you use <application>mod_auth_krb</application> and - <application>mod_perl</application> on your +<ulink url="http://www.kernel.org/pub/linux/libs/pam/"><productname>Linux-PAM</> + Page + + 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 <application>mod_perl</application> script. This gives secure |