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/
20 lines
547 B
Text
20 lines
547 B
Text
--- configure.orig Thu Jun 1 15:05:28 2006
|
|
+++ configure Thu Jun 1 15:07:47 2006
|
|
@@ -20823,7 +20823,7 @@
|
|
(exit $ac_status); }; then
|
|
pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null`
|
|
else
|
|
- pkg_failed=yes
|
|
+ pkg_cv_OPENSSL_CFLAGS=$ac_cv_env_OPENSSL_CFLAGS_value
|
|
fi
|
|
else
|
|
pkg_failed=untried
|
|
@@ -20837,7 +20837,7 @@
|
|
(exit $ac_status); }; then
|
|
pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null`
|
|
else
|
|
- pkg_failed=yes
|
|
+ pkg_cv_OPENSSL_LIBS=$ac_cv_env_OPENSSL_LIBS_value
|
|
fi
|
|
else
|
|
pkg_failed=untried
|