DBA update, add copyright & legal notice, minor cleanup.
This commit is contained in:
parent
fbe5bce218
commit
9a88a939eb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13330
1 changed files with 20 additions and 19 deletions
|
@ -8,9 +8,9 @@
|
|||
- All rights reserved.
|
||||
-
|
||||
- This software was developed for the FreeBSD Project by ThinkSec AS and
|
||||
- NAI Labs, the Security Research Division of Network Associates, Inc.
|
||||
- under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
|
||||
- DARPA CHATS research program.
|
||||
- Network Associates Laboratories, the Security Research Division of
|
||||
- Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
|
||||
- ("CBOSS"), as part of the DARPA CHATS research program.
|
||||
-
|
||||
- Redistribution and use in source and binary forms, with or without
|
||||
- modification, are permitted provided that the following conditions
|
||||
|
@ -50,6 +50,12 @@
|
|||
PAM into applications, and how to write PAM modules.</para>
|
||||
</abstract>
|
||||
|
||||
<copyright>
|
||||
<year>2001</year>
|
||||
<year>2002</year>
|
||||
<holder>Networks Associates Technology, Inc.</holder>
|
||||
</copyright>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Dag-Erling</firstname>
|
||||
|
@ -57,6 +63,14 @@
|
|||
<contrib>Contributed by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<legalnotice>
|
||||
<para>This article was written for the FreeBSD Project by
|
||||
ThinkSec AS and Network Associates Laboratories, the Security
|
||||
Research Division of Network Associates, Inc. under
|
||||
DARPA/SPAWAR contract N66001-01-C-8035 (<quote>CBOSS</quote>),
|
||||
as part of the DARPA CHATS research program.</para>
|
||||
</legalnotice>
|
||||
</articleinfo>
|
||||
|
||||
<section id="pam-intro">
|
||||
|
@ -927,17 +941,13 @@ sshd password required pam_permit.so
|
|||
url="http://www.sun.com/software/solaris/pam/pam.external.pdf">
|
||||
Making Login Services Independent of Authentication
|
||||
Technologies</ulink></title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<surname>Samar</surname>
|
||||
|
||||
<firstname>Vipin</firstname>
|
||||
</author>
|
||||
|
||||
<author>
|
||||
<surname>Lai</surname>
|
||||
|
||||
<firstname>Charlie</firstname>
|
||||
</author>
|
||||
</authorgroup>
|
||||
|
@ -951,29 +961,20 @@ sshd password required pam_permit.so
|
|||
<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></title>
|
||||
|
||||
<author>
|
||||
<surname>Morgan</surname>
|
||||
<firstname>Andrew</firstname>
|
||||
<othername role="mi">G.</othername>
|
||||
</author>
|
||||
|
||||
<pubdate>October 6, 1999</pubdate>
|
||||
</biblioentry>
|
||||
</bibliodiv>
|
||||
|
@ -994,16 +995,17 @@ sshd password required pam_permit.so
|
|||
|
||||
<biblioentry>
|
||||
<title><ulink url="http://openpam.sourceforge.net/">OpenPAM homepage</ulink></title>
|
||||
|
||||
<author>
|
||||
<surname>Smørgrav</surname>
|
||||
<firstname>Dag-Erling</firstname>
|
||||
<affiliation>
|
||||
<orgname>ThinkSec AS</orgname>
|
||||
</affiliation>
|
||||
</author>
|
||||
</biblioentry>
|
||||
|
||||
<biblioentry>
|
||||
<title><ulink url="http://www.kernel.org/pub/linux/libs/pam/">Linux-PAM homepage</ulink></title>
|
||||
|
||||
<author>
|
||||
<surname>Morgan</surname>
|
||||
<firstname>Andrew</firstname>
|
||||
|
@ -1013,7 +1015,6 @@ sshd password required pam_permit.so
|
|||
|
||||
<biblioentry>
|
||||
<title><ulink url="http://wwws.sun.com/software/solaris/pam/">Solaris PAM homepage</ulink></title>
|
||||
|
||||
<orgname>Sun Microsystems</orgname>
|
||||
</biblioentry>
|
||||
</bibliodiv>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue