Node:Initializing the libmuauth, Next:, Previous:Data Types, Up:libmuauth



Initializing the libmuauth

void mu_auth_init (void) Function

This function registers the command line capability "auth". It must be called after registering libmuauth modules and before calling mu_agrp_parse(). If an error occurs, this function prints diagnostic message and aborts the program.

void MU_AUTH_REGISTER_ALL_MODULES (void) Function

This macro registers all default modules and calls mu_auth_init().