Structure to be filled on mapper module initialization.
More...
#include <mapper.h>
Structure to be filled on mapper module initialization.
Definition at line 40 of file mapper.h.
◆ block
mapper configuration block
Definition at line 44 of file mapper.h.
◆ context
pointer to mapper local data
Definition at line 48 of file mapper.h.
◆ dbg_level
debug level to set before call entry points
Definition at line 46 of file mapper.h.
◆ deinit
module de-initialization
Definition at line 56 of file mapper.h.
◆ entries
char **(* entries) (X509 *x509, void *context) |
cert.
entries enumerator
Definition at line 50 of file mapper.h.
◆ finder
char *(* finder) (X509 *x509, void *context, int *match) |
cert.
login finder
Definition at line 52 of file mapper.h.
◆ matcher
int(* matcher) (X509 *x509, const char *login, void *context) |
cert-to-login matcher
Definition at line 54 of file mapper.h.
◆ name
mapper name
Definition at line 42 of file mapper.h.
The documentation for this struct was generated from the following file: