Fix #3, dismiss Enter Username / Password screen
This commit is contained in:
parent
7df103c0c6
commit
25d35bf13e
1 changed files with 7 additions and 1 deletions
|
@ -90,9 +90,15 @@ cat <<EOF
|
|||
<string>SharedSecret</string>
|
||||
<key>SharedSecret</key>
|
||||
<string>${CONN_SHARED_SECRET}</string>
|
||||
<!-- The client uses EAP to authenticate -->
|
||||
<!-- Turn off EAP -->
|
||||
<key>ExtendedAuthEnabled</key>
|
||||
<integer>0</integer>
|
||||
<!-- AuthName key is required to dismiss the Enter Username screen, even if ExtendedAuthEnabled is false -->
|
||||
<key>AuthName</key>
|
||||
<string></string>
|
||||
<!-- AuthPassword key is required to dismiss the Enter Password screen, even if ExtendedAuthEnabled is false -->
|
||||
<key>AuthPassword</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
|
|
Loading…
Reference in a new issue