ProxyAuth
Linux PAM to authenticate device via Bluetooth device
pam_post_auth.h
Go to the documentation of this file.
1 #ifndef PAM_POST_AUTH
2 #define PAM_POST_AUTH
3 
4 #define DEAUTH "deauth"
5 
6 #include <pwd.h>
7 #include <unistd.h>
8 #include <sys/types.h>
9 #include <security/pam_appl.h>
10 #include <security/pam_modules.h>
11 
12 #include "pam_misc.h"
13 #include "pam_bt_misc.h"
14 
24 int exec_deauth(char *bt_addr, const char *username, FILE *log_fp, const char *trusted_dir_path);
25 #endif
const char * trusted_dir_path
Definition: pam_bt_misc.c:3
int exec_deauth(char *bt_addr, const char *username, FILE *log_fp, const char *trusted_dir_path)
Definition: pam_post_auth.c:3