pam_pkcs11
0.6.8
|
Structure to be filled on mapper module initialization. More...
#include <mapper.h>
Data Fields | |
const char * | name |
mapper name | |
scconf_block * | block |
mapper configuration block | |
int | dbg_level |
debug level to set before call entry points | |
void * | context |
pointer to mapper local data | |
char **(* | entries )(X509 *x509, void *context) |
cert. | |
char *(* | finder )(X509 *x509, void *context, int *match) |
cert. | |
int(* | matcher )(X509 *x509, const char *login, void *context) |
cert-to-login matcher | |
void(* | deinit )(void *context) |
module de-initialization |