mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Revert "IPsec: Apple: Stop prompting for credentials"
This reverts commit eef4cd4b101da0c7ceab0c3386ad755ed242f8d5. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1430,12 +1430,6 @@ 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";
|
||||
|
||||
# Connect the VPN automatically
|
||||
print " <key>OnDemandEnabled</key>\n";
|
||||
print " <integer>1</integer>\n";
|
||||
|
||||
Reference in New Issue
Block a user