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