IPsec: Apple: Stop prompting for credentials

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-03-05 14:37:54 +00:00
parent 2d7b3347ca
commit 5b2e16dde2

View File

@@ -1401,6 +1401,12 @@ END
print " <key>ExtendedAuthEnabled</key>\n";
print " <integer>0</integer>\n";
# These are not needed, but we provide some default to stop iPhone asking for credentials
print " <key>AuthName</key>\n";
print " <string>$confighash{$key}[1]</string>\n";
print " <key>AuthPassword</key>\n";
print " <string></string>\n";
print " </dict>\n";
print " </dict>\n";