Skip to content

Commit

Permalink
Fix attributes (FreeRADIUS#5151)
Browse files Browse the repository at this point in the history
The nested attributes are not present in v3.x
  • Loading branch information
jpereira authored Aug 21, 2023
1 parent 588ebc5 commit f857ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raddb/mods-available/json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ json {
# .Example
#
# ```
# %{json_encode:&request[*] !&reply[*] &control.User-Name}
# %{json_encode:&request[*] !&reply[*] &control:User-Name}
# ```
#
# #### Output format modes
Expand Down
2 changes: 1 addition & 1 deletion raddb/sites-available/default
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ authorize {
#
# If the request contains FreeRADIUS-802.1X-Anonce
# and FreeRADIUS-802.1X-EAPoL-Key-Msg, then it will set
# &control.Auth-Type := dpsk
# &control:Auth-Type := dpsk
#
# The "rewrite_called_station_id" policy creates the
# Called-Station-MAC attribute, which is needed by
Expand Down

0 comments on commit f857ea3

Please sign in to comment.