cvs commit: ports/security Makefile ports/security/pam_p11
Makefile distinfo pkg-descr pkg-plist ports/security/pam_p11/files
patch-configure patch-src_pam_p11.c patch-src_test.c
Alex Dupre
ale at FreeBSD.org
Mon Jun 12 17:02:53 UTC 2006
ale 2006-06-12 17:00:25 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/pam_p11 Makefile distinfo pkg-descr pkg-plist
security/pam_p11/files patch-configure patch-src_pam_p11.c
patch-src_test.c
Log:
Pam_p11 is a plugable authentication module (pam) package
for using crpytographic tokens such as smart cards and
usb crypto tokens for authentication.
Pam_p11 uses libp11 to access any PKCS#11 module.
It should be compatible with any implementation, but it
is primarely developed using OpenSC.
Pam_p11 implements two authentication modules:
* pam_p11_openssh authenticates the user using his
openssh ~/.ssh/authorized_keys file.
* pam_p11_opensc authenticates the user using
certificates found in ~/.eid/authorized_certificates.
Pam_p11 is very simple, it has no config file, no options
other than the PKCS#11 module file, does not know about
certificate chains, certificate authorities, revocation
lists or OCSP. Perfect for the small installation with no
frills.
WWW: http://www.opensc-project.org/pam_p11/
Revision Changes Path
1.780 +1 -0 ports/security/Makefile
1.1 +35 -0 ports/security/pam_p11/Makefile (new)
1.1 +3 -0 ports/security/pam_p11/distinfo (new)
1.1 +20 -0 ports/security/pam_p11/files/patch-configure (new)
1.1 +11 -0 ports/security/pam_p11/files/patch-src_pam_p11.c (new)
1.1 +11 -0 ports/security/pam_p11/files/patch-src_test.c (new)
1.1 +24 -0 ports/security/pam_p11/pkg-descr (new)
1.1 +3 -0 ports/security/pam_p11/pkg-plist (new)
More information about the cvs-all
mailing list