From: Michael Tremer Date: Thu, 5 Mar 2020 14:37:54 +0000 (+0000) Subject: IPsec: Apple: Stop prompting for credentials X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b2e16dde2920a411919ef20ace35f1c1d6813b0;p=people%2Fms%2Fipfire-2.x.git IPsec: Apple: Stop prompting for credentials Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 98a8c0bee7..2b523bbc4d 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -1401,6 +1401,12 @@ 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"; print " \n"; print " \n";