User data structure. More...
#include <auth_plugin.h>
Data Fields | |
unsigned | apw_index |
Key to hash table. | |
void const * | apw_type |
Magic identifier. | |
char const * | apw_user |
Username. | |
char const * | apw_realm |
Realm. | |
char const * | apw_pass |
Password. | |
char const * | apw_hash |
MD5 of the username, realm and pass. | |
char const * | apw_ident |
Identity information. | |
auth_uplugin_t * | apw_extended |
Method-specific extension. |
User data structure.