diff options
author | manu <manu@pkgsrc.org> | 2010-06-29 07:29:32 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2010-06-29 07:29:32 +0000 |
commit | 127b26ca9e529acc053eaa6289b688b9a60a8186 (patch) | |
tree | 1b16d84c3c701b8bc439d2048f658f2beef53096 /security/pam-p11/PLIST | |
parent | 2069e70b7a1c76b00bd73b0f09a388fbc52b5467 (diff) | |
download | pkgsrc-127b26ca9e529acc053eaa6289b688b9a60a8186.tar.gz |
Pam_p11 is a plugable authentication module (PAM) package for using
crpytographic PKCS#11 tokens such as smart cards and usb crypto
tokens for local authentication.
Pam_p11 implements two authentication modules:
* pam_p11_openssh authenticates the user against public keys found
in OpenSSH ~/.ssh/authorized_keys file.
* pam_p11_opensc authenticates the user against certificates found
in ~/.eid/authorized_certificates.
Diffstat (limited to 'security/pam-p11/PLIST')
-rw-r--r-- | security/pam-p11/PLIST | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/pam-p11/PLIST b/security/pam-p11/PLIST new file mode 100644 index 00000000000..f70026ff5d7 --- /dev/null +++ b/security/pam-p11/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/29 07:29:32 manu Exp $ +lib/security/pam_p11_openssh.so +lib/security/pam_p11_opensc.so |