This reverts commit eef4cd4b101da0c7ceab0c3386ad755ed242f8d5. Signed-off-by: Michael Tremer --- html/cgi-bin/vpnmain.cgi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 2e0dd797d..bcbe6227e 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -1430,12 +1430,6 @@ END print " ExtendedAuthEnabled\n"; print " 0\n"; - # These are not needed, but we provide some default to stop iPhone asking for credentials - print " AuthName\n"; - print " $confighash{$key}[1]\n"; - print " AuthPassword\n"; - print " \n"; - # Connect the VPN automatically print " OnDemandEnabled\n"; print " 1\n"; -- 2.20.1