Closed GoogleCodeExporter closed 8 years ago
The easiest fix for this is to modify /etc/init.d/webifopenvpn
Line 32 of the start() function should be changed from
case "$CONFIG_client_auth" in
to
case "$CONFIG_general_auth" in
Original comment by smiths...@gmail.com
on 14 Sep 2008 at 11:33
In addition the following changes are needed to
/www/cgi-bin/webif/vpn-openvpn.sh
Change line 37-38 from
FORM_openvpn_cli_auth="$CONFIG_client_auth"
FORM_openvpn_cli_auth=${FORM_openvpn_general_auth:-cert)}
to
FORM_openvpn_cli_auth="$CONFIG_general_auth"
#FORM_openvpn_cli_auth=${FORM_openvpn_general_auth:-cert)}
Original comment by smiths...@gmail.com
on 14 Sep 2008 at 12:32
this has been fixed in trunk
Original comment by kemen04@gmail.com
on 16 Oct 2008 at 10:42
Original comment by kemen04@gmail.com
on 19 Aug 2009 at 5:49
Original issue reported on code.google.com by
smiths...@gmail.com
on 14 Sep 2008 at 11:18