mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
We don't put URL's in ulink's because the URL is always generated, but
we can put words in ulink and the URL will still be printed. per Peter
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.73 2005/03/31 03:54:37 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.74 2005/04/09 03:52:43 momjian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="client-authentication">
|
||||
@@ -615,9 +615,10 @@ local db1,db2,@demodbs all md5
|
||||
authentication system suitable for distributed computing over a public
|
||||
network. A description of the <productname>Kerberos</productname> system
|
||||
is far beyond the scope of this document; in full generality it can be
|
||||
quite complex (yet powerful). The Kerberos <acronym>FAQ</>,
|
||||
<ulink url="http://www.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html"></ulink>, or
|
||||
MIT Project Athena, <ulink url="ftp://athena-dist.mit.edu"></ulink>,
|
||||
quite complex (yet powerful). The
|
||||
<ulink url="http://www.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html">
|
||||
Kerberos <acronym>FAQ</></ulink> or
|
||||
<ulink url="ftp://athena-dist.mit.edu">MIT Project Athena</ulink>
|
||||
can be a good starting point for exploration.
|
||||
Several sources for <productname>Kerberos</> distributions exist.
|
||||
</para>
|
||||
@@ -689,8 +690,8 @@ local db1,db2,@demodbs all md5
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you use <application>mod_auth_kerb</application> from
|
||||
<ulink url="http://modauthkerb.sf.net"></ulink>
|
||||
If you use <ulink url="http://modauthkerb.sf.net">
|
||||
<application>mod_auth_kerb</application></ulink>
|
||||
and <application>mod_perl</application> on your
|
||||
<productname>Apache</productname> web server, you can use
|
||||
<literal>AuthType KerberosV5SaveCredentials</literal> with a
|
||||
@@ -883,10 +884,11 @@ omicron bryanh guest1
|
||||
default PAM service name is <literal>postgresql</literal>. You can
|
||||
optionally supply your own service name after the <literal>pam</>
|
||||
key word in the file <filename>pg_hba.conf</filename>.
|
||||
For more information about PAM, please read the <productname>Linux-PAM</>
|
||||
Page, <ulink url="http://www.kernel.org/pub/linux/libs/pam/"></ulink>,
|
||||
and the <systemitem class="osname">Solaris</> PAM Page, <ulink
|
||||
url="http://www.sun.com/software/solaris/pam/"></ulink>.
|
||||
For more information about PAM, please read the
|
||||
<ulink url="http://www.kernel.org/pub/linux/libs/pam/">
|
||||
<productname>Linux-PAM</> Page</ulink>
|
||||
and the <ulink url="http://www.sun.com/software/solaris/pam/">
|
||||
<systemitem class="osname">Solaris</> PAM Page</ulink>.
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
Reference in New Issue
Block a user