#include <mapper.h>
Definition at line 40 of file 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) |
| cert. | |
| int(* | matcher )(X509 *x509, const char *login, void *context) |
| cert-to-login matcher | |
| void(* | deinit )(void *context) |
| module de-initialization | |
1.5.1