#include <gssapi.h>
#include "lcmaps_types.h"
Include dependency graph for lcmaps.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | lcmaps_init (FILE *fp) |
Initialize the LCMAPS module. More... | |
int | lcmaps_term () |
Terminate the LCMAPS module. More... | |
int | lcmaps_run (gss_cred_id_t user_cred, lcmaps_request_t request) |
let LCMAPS handle the user mapping. More... | |
int | lcmaps_run_without_credentials (char *user_dn_tmp) |
do the user mapping without credentials, only the user DN. More... |
Definition in file lcmaps.h.
|
Initialize the LCMAPS module.
The function does the following:
|
|
let LCMAPS handle the user mapping.
This function runs the PluginManager for user mapping.
|
|
do the user mapping without credentials, only the user DN.
This function runs the PluginManager for user mapping without credentials.
|
|
Terminate the LCMAPS module.
The function does the following:
|