From: Michael Tremer Date: Thu, 28 May 2020 14:46:17 +0000 (+0000) Subject: Revert "IPsec: Apple: Stop prompting for credentials" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9326f51c2493df6a217f8f3b9e30300b05eea745;p=people%2Fms%2Fipfire-2.x.git Revert "IPsec: Apple: Stop prompting for credentials" This reverts commit eef4cd4b101da0c7ceab0c3386ad755ed242f8d5. Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 94da2b1450..4e64860ec1 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";