1pam_pkcs11(8) System Administration tools pam_pkcs11(8)
2
3
4
6 pam_pkcs11 - PAM Authentication Module for PKCS#11 token libraries
7
9 pam_pkcs11.so [debug] [configfile=<configfile>]
10
12 This Linux-PAM login module allows a X.509 certificate based user
13 login. The certificate and its dedicated private key are thereby
14 accessed by means of an appropriate PKCS #11 module. For the verifica‐
15 tion of the users' certificates, locally stored CA certificates as well
16 as either online or locally accessible CRLs are used.
17
19 The program that needs a PAM service should be configured in
20 /etc/pam.conf or /etc/pam.d/<servicename>.
21
22 pam_pkcs11 can be used in the <auth> PAM chain.
23
24 For details on how to configure PAM services, see the PAM documentation
25 for your system. This manual does not cover PAM configuration details.
26 The existing PAM service definitions for other applications on your
27 system is also a good source for examples on how to configure a PAM
28 service.
29
31 /etc/pam_pkcs11/pam_pkcs11.conf
32 /usr/lib/pam_pkcs11/*_mapper.so
33
35 Original PAM-pkcs11 was written by Mario Strasser <mast@gmx.net>.
36 Newer versions are from Juan Antonio Martinez <jonsito@teleline.es>.
37
39 Report bugs ideas, comments, bug-fixes and so to: Juan Antonio Martinez
40 <jonsito@teleline.es>
41
43 pam(8), pam_pkcs11.conf(5), PAM Systems Administrator Guide,
44 README.mappers file, PAM-PKCS#11 User Manual.
45
46
47
48Mario Strasser 15-Feb-2005 pam_pkcs11(8)