Skip to content

Commit

Permalink
Fix WiMAX-MSK attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jpereira authored and alandekok committed Feb 7, 2020
1 parent 8fe1566 commit 18520b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raddb/sites-available/default
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ send Access-Accept {
# via:
#
# update request {
# WiMAX-MN-NAI = "%{User-Name}"
# &WiMAX-MN-NAI = "%{User-Name}"
# }

# If you want various keys to be calculated, you will
Expand All @@ -1242,8 +1242,8 @@ send Access-Accept {
# calculations, e.g.
#
# update reply {
# WiMAX-FA-RK-Key = 0x00
# WiMAX-MSK = "%{EAP-MSK}"
# &WiMAX-FA-RK-Key = 0x00
# &WiMAX-MSK = "%{reply:EAP-MSK}"
# }

# You may want to delete the `MS-MPPE-*-Keys` from the
Expand Down

0 comments on commit 18520b2

Please sign in to comment.