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:
parent
3d67d6c08a
commit
073d039e40
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12266
1 changed files with 71 additions and 25 deletions
|
@ -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>—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>—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>—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>
|
||||||
|
|
Loading…
Reference in a new issue