From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 15/16] Revert "IPsec: Apple: Stop prompting for credentials" Date: Thu, 28 May 2020 17:58:49 +0000 Message-ID: <20200528175850.12638-16-michael.tremer@ipfire.org> In-Reply-To: <20200528175850.12638-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3869931188855095185==" List-Id: --===============3869931188855095185== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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"; =20 - # These are not needed, but we provide some default to stop iPhone asking f= or credentials - print " AuthName\n"; - print " $confighash{$key}[1]\n"; - print " AuthPassword\n"; - print " \n"; - # Connect the VPN automatically print " OnDemandEnabled\n"; print " 1\n"; --=20 2.20.1 --===============3869931188855095185==--