mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Add pam_ocra 1.0, RFC6287 (OCRA) PAM module.
PR: ports/194024 Submitted by: Stefan Grundmann
This commit is contained in:
parent
d9f1969817
commit
d7be309e30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369572
@ -629,6 +629,7 @@
|
||||
SUBDIR += pam_krb5-rh
|
||||
SUBDIR += pam_ldap
|
||||
SUBDIR += pam_mkhomedir
|
||||
SUBDIR += pam_ocra
|
||||
SUBDIR += pam_p11
|
||||
SUBDIR += pam_per_user
|
||||
SUBDIR += pam_pseudo
|
||||
|
26
security/pam_ocra/Makefile
Normal file
26
security/pam_ocra/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Stefan Grundmann
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pam_ocra
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= sg2342@googlemail.com
|
||||
COMMENT= RFC6287 (OCRA) PAM module
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= uidfix
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sg2342
|
||||
GH_PROJECT= pam_ocra
|
||||
GH_COMMIT= abacd1d
|
||||
|
||||
PLIST_FILES= lib/pam_ocra.so \
|
||||
lib/pam_ocra.so.0 \
|
||||
sbin/ocra_tool \
|
||||
man/man8/pam_ocra.8.gz \
|
||||
man/man8/ocra_tool.8.gz
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/pam_ocra/distinfo
Normal file
2
security/pam_ocra/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pam_ocra-1.0.tar.gz) = 0d11ee2cb7a999d1f28c9c4370ffc138aea2fff310b16abc60d3fd0c994ed271
|
||||
SIZE (pam_ocra-1.0.tar.gz) = 13353
|
4
security/pam_ocra/pkg-descr
Normal file
4
security/pam_ocra/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This PAM service module allows PAM-enabled applications to
|
||||
authenticate users using RFC6287 (OCRA) tokens.
|
||||
|
||||
WWW: https://github.com/sg2342/pam_ocra
|
Loading…
Reference in New Issue
Block a user