#include <openssl/x509.h>
#include "../scconf/scconf.h"
#include "../mappers/mapper.h"
Go to the source code of this file.
Functions | |
mapper_instance * | load_module (scconf_context *ctx, const char *name) |
void | unload_module (struct mapper_instance *module) |
Unload a module. | |
mapper_listitem * | load_mappers (scconf_context *ctx) |
compose mapper module chain | |
void | unload_mappers (void) |
unload mapper module chain | |
char * | find_user (X509 *x509) |
int | match_user (X509 *x509, const char *login) |
This function search mapper module list until find a module that match provided login name if login is null, call find_user and returns 1,or 0 depending on user found. | |
void | inspect_certificate (X509 *x509) |
|
|
|
|
|
compose mapper module chain
|
|
|
|
This function search mapper module list until find a module that match provided login name if login is null, call find_user and returns 1,or 0 depending on user found.
|
|
unload mapper module chain
|
|
Unload a module.
|