Import of passwdqc:
passwdqc is a plugin password strength checker for OpenBSD's /usr/bin/passwd. It is basically a thin wrapper around Solar Designer's excellent password complexity checking code from pam_passwdqc. It allows more control over password quality enforcement than the built-in checks in passwd(1). ok naddy@
This commit is contained in:
parent
0fbef49daa
commit
b41fff65ed
22
security/passwdqc/Makefile
Normal file
22
security/passwdqc/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/01/30 20:36:28 djm Exp $
|
||||
|
||||
COMMENT= "plugin password complexity checker for passwd(1)"
|
||||
|
||||
DISTNAME= passwdqc-0.1
|
||||
CATEGORIES= security sysutils
|
||||
|
||||
HOMEPAGE= http://www.mindrot.org/passwdqc.html
|
||||
|
||||
# BSDish
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
MASTER_SITES= http://www2.mindrot.org/files/passwdqc/
|
||||
|
||||
MAKE_FLAGS= LOCALBASE='${LOCALBASE}'
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
4
security/passwdqc/distinfo
Normal file
4
security/passwdqc/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (passwdqc-0.1.tar.gz) = 7e9951633ea8f0fe6cece32be23fc5bc
|
||||
RMD160 (passwdqc-0.1.tar.gz) = a97040ac4d01f92eac41ef6ce0eefa061d780acc
|
||||
SHA1 (passwdqc-0.1.tar.gz) = c7d5a9b51a0646219002b5eb99b5206efe8a572d
|
||||
SIZE (passwdqc-0.1.tar.gz) = 19552
|
5
security/passwdqc/pkg/DESCR
Normal file
5
security/passwdqc/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
passwdqc is a plugin password strength checker for OpenBSD's
|
||||
/usr/bin/passwd. It is basically a thin wrapper around Solar
|
||||
Designer's excellent password complexity checking code from
|
||||
pam_passwdqc. It allows more control over password quality
|
||||
enforcement than the built-in checks in passwd(1).
|
3
security/passwdqc/pkg/PLIST
Normal file
3
security/passwdqc/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/30 20:36:28 djm Exp $
|
||||
libexec/passwdqc
|
||||
@man man/cat8/passwdqc.0
|
Loading…
Reference in New Issue
Block a user