Skip to content

Commit

Permalink
Fix Apple configuration profile
Browse files Browse the repository at this point in the history
Seems like the keys in the EAPClientConfiguration Dictionary need to be
in the same order as in the reference linked in
cedb22c.
  • Loading branch information
FestplattenSchnitzel committed Jan 25, 2024
1 parent a3d6aa1 commit 432ee6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sipa/templates/apple-mobileconfig.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ LMVpEb0hwOAW4Fg=</data>
<dict>
<key>EAPClientConfiguration</key>
<dict>
<key>UserName</key>
<string>{{ login }}</string>
<key>AcceptEAPTypes</key>
<array>
<integer>21</integer>
</array>
<key>UserName</key>
<string>{{ login }}</string>
<key>UserPassword</key>
<string>{{ wifi_password }}</string>
<key>EAPFASTProvisionPAC</key>
Expand Down

0 comments on commit 432ee6a

Please sign in to comment.