ProxyAuth
Linux PAM to authenticate device via Bluetooth device
|
#include "pam_proxy.h"
Go to the source code of this file.
Functions | |
PAM_EXTERN int | pam_sm_setcred (pam_handle_t *pamh, int flags, int argc, const char **argv) |
PAM_EXTERN int | pam_sm_acct_mgmt (pam_handle_t *pamh, int flags, int argc, const char **argv) |
PAM_EXTERN int | pam_sm_authenticate (pam_handle_t *pamh, int flags, int argc, const char **argv) |
PAM_EXTERN int pam_sm_acct_mgmt | ( | pam_handle_t * | pamh, |
int | flags, | ||
int | argc, | ||
const char ** | argv | ||
) |
Not Used
Definition at line 7 of file pam_proxy.c.
PAM_EXTERN int pam_sm_authenticate | ( | pam_handle_t * | pamh, |
int | flags, | ||
int | argc, | ||
const char ** | argv | ||
) |
Handles User Authentication whether or not to approve the connected device as the hardware authenticator
pamh | the PAM handle representing the current user authentication session |
flags | |
argc | |
argv |
Definition at line 12 of file pam_proxy.c.
PAM_EXTERN int pam_sm_setcred | ( | pam_handle_t * | pamh, |
int | flags, | ||
int | argc, | ||
const char ** | argv | ||
) |
Not Used
Definition at line 3 of file pam_proxy.c.