pam: allow passing brief prompt in addition to messages

This commit is contained in:
Nikos Mavrogiannopoulos
2015-05-19 09:26:36 +02:00
parent 8a0dbb7435
commit 379716efcd
10 changed files with 58 additions and 20 deletions

View File

@@ -74,6 +74,7 @@ typedef struct client_entry_st {
unsigned tls_auth_ok;
char *msg_str;
char *prompt_str;
stats_st saved_stats; /* saved from previous cookie usage */
stats_st stats; /* current */