From 5b2e16dde2920a411919ef20ace35f1c1d6813b0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 5 Mar 2020 14:37:54 +0000 Subject: [PATCH] IPsec: Apple: Stop prompting for credentials Signed-off-by: Michael Tremer --- html/cgi-bin/vpnmain.cgi | 6 ++++++ 1 file changed, 6 insertions(+) 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"; -- 2.39.5