freebsd-ports/security/pam_p11/files/patch-src_test.c
Alex Dupre acf7714db0 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/
2006-06-12 17:00:25 +00:00

11 lines
261 B
C

--- src/test.c.orig Thu Jun 1 15:13:06 2006
+++ src/test.c Thu Jun 1 15:13:15 2006
@@ -2,7 +2,7 @@
#include <stdlib.h>
#include <security/pam_appl.h>
-#include <security/pam_misc.h>
+#include <security/pam_modules.h>
int main(int argc, char **argv)
{