mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
IPsec: Apple: Stop prompting for credentials
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user