mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-10 06:48:22 +08:00
Combined password prompt and message
That is because there are clients (anyconnect) which only print the message but not the prompt.
This commit is contained in:
@@ -74,8 +74,7 @@ typedef struct client_entry_st {
|
||||
unsigned tls_auth_ok;
|
||||
|
||||
char *msg_str;
|
||||
char *prompt_str;
|
||||
unsigned passwd_counter; /* if prompt_str is for a password this indicates the passwrd number (0,1,2) */
|
||||
unsigned passwd_counter; /* if msg_str is for a password this indicates the passwrd number (0,1,2) */
|
||||
|
||||
stats_st saved_stats; /* saved from previous cookie usage */
|
||||
stats_st stats; /* current */
|
||||
|
||||
Reference in New Issue
Block a user