diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2012-05-07 21:29:34 +0200 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2012-05-07 21:29:34 +0200 |
commit | 8a63e3caf07bd7c9e9b12177b679c5e8462824cb (patch) | |
tree | c1b70919128a6723d1b5e564978a4b575a9b4cf2 /pam_tacplus.h | |
parent | f467ae338eeef5b0f9f19cc40add51fac3bf252e (diff) | |
download | pam_tacplus-8a63e3caf07bd7c9e9b12177b679c5e8462824cb.tar.gz pam_tacplus-8a63e3caf07bd7c9e9b12177b679c5e8462824cb.zip |
New release version 1.3.6
Diffstat (limited to 'pam_tacplus.h')
-rw-r--r-- | pam_tacplus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pam_tacplus.h b/pam_tacplus.h index e41b56c..afeeef5 100644 --- a/pam_tacplus.h +++ b/pam_tacplus.h @@ -22,6 +22,8 @@ /* pam_tacplus command line options */ #define PAM_TAC_DEBUG 0x01 #define PAM_TAC_ACCT 0x02 /* account on all specified servers */ +#define PAM_TAC_USE_FIRST_PASS 0x04 +#define PAM_TAC_TRY_FIRST_PASS 0x08 /* pam_tacplus major, minor and patchlevel version numbers */ #define PAM_TAC_VMAJ 1 |