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 <para>This is a list of documents relevant to PAM and related
issues. It is by no means complete.</para> issues. It is by no means complete.</para>
<itemizedlist> <bibliography>
<listitem> <title>Papers</title>
<para><ulink
<biblioentry>
<title><ulink
url="http://www.sun.com/software/solaris/pam/pam.external.pdf"> url="http://www.sun.com/software/solaris/pam/pam.external.pdf">
Making Login Services Independent of Authentication Making Login Services Independent of Authentication
Technologies</ulink>&mdash;the original PAM whitepaper from Technologies</ulink></title>
Sun.</para>
</listitem> <authorgroup>
<listitem> <author>
<para><ulink <surname>Samar</surname>
url="http://www.sun.com/software/solaris/pam/pam.admin.pdf">
PAM Administration</ulink>&mdash;an introduction to <firstname>Vipin</firstname>
configuring and using PAM, from Sun.</para> </author>
</listitem>
<listitem> <author>
<para><ulink <surname>Lai</surname>
url="http://www.opengroup.org/pubs/catalog/p702.htm"> X/Open
Single Sign-on Preliminary Specification</ulink> (OpenGroup <firstname>Charlie</firstname>
members can get the PDF; others will have to register to </author>
download the text version, or buy the paper version.)</para> </authorgroup>
</listitem>
<listitem> <orgname>Sun Microsystems</orgname>
<para><ulink
<!-- 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"> url="http://www.kernel.org/pub/linux/libs/pam/pre/doc/current-draft.txt">
Pluggable Authentication Modules</ulink>&mdash;a whitepaper Pluggable Authentication Modules</ulink></title>
by Andrew G. Morgan, author of Linux-PAM.</para>
</listitem> <author>
</itemizedlist> <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> </appendix>
</article> </article>