summaryrefslogtreecommitdiff
path: root/src/pam_radius_auth.h
diff options
context:
space:
mode:
authorJens Kuehnel <ilovelogging-git-commit@jens.kuehnel.org>2014-11-26 18:06:53 +0100
committerJens Kuehnel <ilovelogging-git-commit@jens.kuehnel.org>2014-11-26 18:06:53 +0100
commitc1986a03dc27c670e32973c2fabd8fb504585670 (patch)
treead6ba58a9a84ebd336efcf90c9b398c021332533 /src/pam_radius_auth.h
parent8118169ba506bb9d49a1143aa3e97b1213e38db5 (diff)
downloadlibpam-radius-auth-c1986a03dc27c670e32973c2fabd8fb504585670.tar.gz
libpam-radius-auth-c1986a03dc27c670e32973c2fabd8fb504585670.zip
add force_prompt option to enforce new password prompt for use with Token
Diffstat (limited to 'src/pam_radius_auth.h')
-rw-r--r--src/pam_radius_auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pam_radius_auth.h b/src/pam_radius_auth.h
index 74450e2..894d3fe 100644
--- a/src/pam_radius_auth.h
+++ b/src/pam_radius_auth.h
@@ -70,6 +70,7 @@ typedef struct radius_conf_t {
int localifdown;
char *client_id;
int accounting_bug;
+ int force_prompt;
int max_challenge;
int sockfd;
int debug;