Node:Module Creation and Destruction, Next:Obtaining Authorization Information, Previous:Initializing the libmuauth, Up:libmuauth
int mu_auth_data_alloc (struct mu_auth_data **ptr, const char *name, const char *passwd, uid_t uid, gid_t gid, const char *gecos, const char *dir, const char *shell, const char *mailbox, int change_uid) | Function |
Create a |
void mu_auth_data_free (struct mu_auth_data *ptr) | Function |
Free the |
void mu_auth_register_module (struct mu_auth_module *mod) | Function |
Register the module defined by the mod argument. |