mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
PAM module for per-user authentication
PR: ports/97158 Submitted by: Jim Pirzyk <pirzyk@freebsd.org>
This commit is contained in:
parent
3d2f12c8f4
commit
52ba1c313f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162575
@ -435,6 +435,7 @@
|
||||
SUBDIR += pam_krb5
|
||||
SUBDIR += pam_ldap
|
||||
SUBDIR += pam_mkhomedir
|
||||
SUBDIR += pam_per_user
|
||||
SUBDIR += pam_pgina
|
||||
SUBDIR += pam_pop3
|
||||
SUBDIR += pam_pwdfile
|
||||
|
20
security/pam_per_user/Makefile
Normal file
20
security/pam_per_user/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: pam_per_user
|
||||
# Date created: 11 May 2006
|
||||
# Whom: Jim Pirzyk <pirzyk@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pam_per_user
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_per_user/
|
||||
|
||||
MAINTAINER= pirzyk@FreeBSD.org
|
||||
COMMENT= PAM module for per-user authentication
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
||||
MAN5= pam_per_user.5
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/pam_per_user/distinfo
Normal file
3
security/pam_per_user/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pam_per_user-0.4.tar.gz) = 539d42a08db6973d741e84e80b18665d
|
||||
SHA256 (pam_per_user-0.4.tar.gz) = bceb2d723448f943d7cfd0a67a090f2ec620d0b911e25db60cf11dfc40b66978
|
||||
SIZE (pam_per_user-0.4.tar.gz) = 109443
|
1
security/pam_per_user/pkg-descr
Normal file
1
security/pam_per_user/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
PAM module for per-user authentication
|
3
security/pam_per_user/pkg-plist
Normal file
3
security/pam_per_user/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
sbin/authtest
|
||||
lib/security/pam_per_user.so.1
|
||||
@dirrmtry lib/security
|
Loading…
Reference in New Issue
Block a user