mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
use config-auth header in success message
This commit is contained in:
@@ -44,10 +44,11 @@
|
||||
#include <http_parser.h>
|
||||
|
||||
#define SUCCESS_MSG_HEAD "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" \
|
||||
"<config-auth client=\"vpn\" type=\"complete\">\n" \
|
||||
"<auth id=\"success\">\n" \
|
||||
"<title>SSL VPN Service</title>"
|
||||
|
||||
#define SUCCESS_MSG_FOOT "</auth>\n"
|
||||
#define SUCCESS_MSG_FOOT "</auth></config-auth>\n"
|
||||
|
||||
static const char login_msg_user[] =
|
||||
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
|
||||
|
||||
Reference in New Issue
Block a user