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
|
||||
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>—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>—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>—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>
|
||||
|
|
Loading…
Reference in a new issue