summaryrefslogtreecommitdiff
path: root/src/pam_radius_auth.h
diff options
context:
space:
mode:
authorAlan DeKok <aland@freeradius.org>2014-11-26 13:02:36 -0500
committerAlan DeKok <aland@freeradius.org>2014-11-26 13:02:36 -0500
commit36bb85884364776981e44d3a22285dcb5e6e9482 (patch)
treead6ba58a9a84ebd336efcf90c9b398c021332533 /src/pam_radius_auth.h
parent8118169ba506bb9d49a1143aa3e97b1213e38db5 (diff)
parentc1986a03dc27c670e32973c2fabd8fb504585670 (diff)
downloadlibpam-radius-auth-36bb85884364776981e44d3a22285dcb5e6e9482.tar.gz
libpam-radius-auth-36bb85884364776981e44d3a22285dcb5e6e9482.zip
Merge pull request #14 from JensKuehnel/master
add force_prompt option to enforce new password prompt for use with Toke...
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;