diff options
author | ale <ale@FreeBSD.org> | 2006-06-13 01:00:25 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-06-13 01:00:25 +0800 |
commit | 9be81d4adcca26c92b37fa3373b989cd40ea97c0 (patch) | |
tree | a2e28f4a3db61d423864fe6116623d342afa659e /security/pam_p11/pkg-descr | |
parent | f48c3b6ef88ac8e5284ebf01be3a07500ffa5d59 (diff) | |
download | freebsd-ports-gnome-9be81d4adcca26c92b37fa3373b989cd40ea97c0.tar.gz freebsd-ports-gnome-9be81d4adcca26c92b37fa3373b989cd40ea97c0.tar.zst freebsd-ports-gnome-9be81d4adcca26c92b37fa3373b989cd40ea97c0.zip |
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/
Diffstat (limited to 'security/pam_p11/pkg-descr')
-rw-r--r-- | security/pam_p11/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/pam_p11/pkg-descr b/security/pam_p11/pkg-descr new file mode 100644 index 000000000000..9865f03da7d0 --- /dev/null +++ b/security/pam_p11/pkg-descr @@ -0,0 +1,24 @@ +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/ + +- Alex Dupre +ale@FreeBSD.org |