Files
ABSEC/absec_pam.h
T

8 lines
150 B
C

#define PAM_OK 0
#define PAM_ERROR_START -1
#define PAM_ERROR_INVALID_CRED -2
#define PAM_ERROR_STOP -3
int check_user(char* user, char* pass);