Replace the "Further Reading" section's contents with a proper

DocBook bibliography.  This will be expanding.

Sponsored by:	DARPA, NAI Labs
This commit is contained in:
Chris Costello 2002-02-23 04:48:55 +00:00
parent 3d67d6c08a
commit 073d039e40
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12266

View file

@ -839,33 +839,79 @@ sshd password required pam_permit.so</programlisting>
<para>This is a list of documents relevant to PAM and related
issues. It is by no means complete.</para>
<itemizedlist>
<listitem>
<para><ulink
<bibliography>
<title>Papers</title>
<biblioentry>
<title><ulink
url="http://www.sun.com/software/solaris/pam/pam.external.pdf">
Making Login Services Independent of Authentication
Technologies</ulink>&mdash;the original PAM whitepaper from
Sun.</para>
</listitem>
<listitem>
<para><ulink
url="http://www.sun.com/software/solaris/pam/pam.admin.pdf">
PAM Administration</ulink>&mdash;an introduction to
configuring and using PAM, from Sun.</para>
</listitem>
<listitem>
<para><ulink
url="http://www.opengroup.org/pubs/catalog/p702.htm"> X/Open
Single Sign-on Preliminary Specification</ulink> (OpenGroup
members can get the PDF; others will have to register to
download the text version, or buy the paper version.)</para>
</listitem>
<listitem>
<para><ulink
Technologies</ulink></title>
<authorgroup>
<author>
<surname>Samar</surname>
<firstname>Vipin</firstname>
</author>
<author>
<surname>Lai</surname>
<firstname>Charlie</firstname>
</author>
</authorgroup>
<orgname>Sun Microsystems</orgname>
<!-- the original PAM whitepaper from Sun -->
</biblioentry>
<biblioentry>
<title><ulink
url="http://www.opengroup.org/pubs/catalog/p702.htm">X/Open
Single Sign-on Preliminary Specification</ulink></title>
<orgname>The Open Group</orgname>
<isbn>1-85912-144-6</isbn>
<pubdate>June 1997</pubdate>
<!-- (Open Group members can get the PDF, others will have
to register to download the text version or buy the paper
version) -->
</biblioentry>
<biblioentry>
<title><ulink
url="http://www.kernel.org/pub/linux/libs/pam/pre/doc/current-draft.txt">
Pluggable Authentication Modules</ulink>&mdash;a whitepaper
by Andrew G. Morgan, author of Linux-PAM.</para>
</listitem>
</itemizedlist>
Pluggable Authentication Modules</ulink></title>
<author>
<surname>Morgan</surname>
<firstname>Andrew</firstname>
<othername>G.</othername>
</author>
<pubdate>October 6, 1999</pubdate>
</biblioentry>
</bibliography>
<bibliography>
<title>User Manuals</title>
<biblioentry>
<title><ulink
url="http://www.sun.com/software/solaris/pam/pam.admin.pdf">PAM
Administration</ulink></title>
<orgname>Sun Microsystems</orgname>
<!-- an introduction to configuring and using PAM, from Sun
-->
</biblioentry>
</bibliography>
</appendix>
</article>