From 1c62ef76c4b711268f351ef39bab86441f218731 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 12 Mar 2010 03:05:34 +0000 Subject: Modified ">PASSWORD:Verification Failed" management interface notification to include a client reason string: >PASSWORD:Verification Failed: 'AUTH_TYPE' ['REASON_STRING'] git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5468 e7ae566f-a301-0410-adde-c780ea21d3b5 --- manage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manage.h') diff --git a/manage.h b/manage.h index 6d6d710..e5cbafd 100644 --- a/manage.h +++ b/manage.h @@ -435,7 +435,7 @@ void management_echo (struct management *man, const char *string, const bool pul * OpenVPN calls here to indicate a password failure */ -void management_auth_failure (struct management *man, const char *type); +void management_auth_failure (struct management *man, const char *type, const char *reason); /* * These functions drive the bytecount in/out counters. -- cgit v1.2.3