This commit is contained in:
ajacoutot 2012-10-10 08:31:42 +00:00
parent d793ac2549
commit 8ccd0f1799
2 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/10/10 08:26:55 robert Exp $
# $OpenBSD: Makefile,v 1.2 2012/10/10 08:31:42 ajacoutot Exp $
SHARED_ONLY= Yes
@ -7,6 +7,7 @@ COMMENT= Pluggable Authentication Module
V= 20121009
DISTNAME= freebsd_pam-${V}
PKGNAME= openpam-${V}
REVISION= 0
CATEGORIES= security

View File

@ -1,15 +1,11 @@
# $OpenBSD: system,v 1.2 2012/10/10 08:31:42 ajacoutot Exp $
#
# System-wide defaults
#
# system-wide defaults for pam(3)
# auth
auth required pam_bsdauth.so no_warn try_first_pass nullok
# account
account required pam_bsdauth.so
# session
session required pam_bsdauth.so no_fail
# password
password required pam_bsdauth.so no_warn try_first_pass