Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2002 05:51:37 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12489 for review
Message-ID:  <200206071251.g57Cpb598646@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12489

Change 12489 by des@des.at.aes.thinksec.com on 2002/06/07 05:50:58

	A working bare-bones pam_unix module (authentication only).  Should
	work with Linux-PAM, though I've only tested it with OpenPAM.
	
	Sponsored by:	DARPA, NAI Labs

Affected files ...

... //depot/projects/openpam/modules/Makefile#6 edit
... //depot/projects/openpam/modules/pam_unix/Makefile#1 add
... //depot/projects/openpam/modules/pam_unix/pam_unix.c#1 add

Differences ...

==== //depot/projects/openpam/modules/Makefile#6 (text+ko) ====

@@ -31,12 +31,13 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 #
-# $P4: //depot/projects/openpam/modules/Makefile#5 $
+# $P4: //depot/projects/openpam/modules/Makefile#6 $
 #
 
 SUBDIR		 =
 SUBDIR		+= pam_deny
 SUBDIR		+= pam_dummy
 SUBDIR		+= pam_permit
+SUBDIR		+= pam_unix
 
 .include <bsd.subdir.mk>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206071251.g57Cpb598646>