siteadmin:freeradius_operator-name_setting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| siteadmin:freeradius_operator-name_setting [2020/11/20 12:34] – admin | siteadmin:freeradius_operator-name_setting [2025/03/11 15:39] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======FreeRADIUS Operator-Name Setting====== | ======FreeRADIUS Operator-Name Setting====== | ||
| - | |||
| - | ** Work in progress ** | ||
| =====Basic O-N setting===== | =====Basic O-N setting===== | ||
| - | This configuration simply updates the Operator-Name value in the request packets. | + | This configuration simply updates the Operator-Name value in the request packets |
| < | < | ||
| Line 20: | Line 18: | ||
| =====RFO O-N Setting===== | =====RFO O-N Setting===== | ||
| - | As an RFO you're in a position to rewrite the Operator-Name in the outer RADIUS tunnel. This can be useful if your connected sites aren't setting it themselves, or are setting it wrongly. Ideally each site should it appropriately because some sites might have multiple O-Ns in use and are in the best position to set them accurately. However, some RADIUS servers (NPS in particular) can't set O-N. | + | As an RFO you're in a position to rewrite the Operator-Name in the outer RADIUS tunnel. This can be useful if your connected sites aren't setting it themselves, or are setting it wrongly. Ideally each site should |
| - | Best case is that all sites everywhere set the correct O-N and it's proxied untouched to Jisc. This requires that all connect | + | Best case is that all sites everywhere set the correct O-N and it's proxied untouched to Jisc. This requires that all connected |
| Second best case is that the RFO sets the missing O-N for sites as the packets are proxied through them. | Second best case is that the RFO sets the missing O-N for sites as the packets are proxied through them. | ||
| - | Next best case is that the RFO sets a single O-N for all packets proxied. (see above section on Basic O-N setting. | + | Next best case is that the RFO sets a single O-N for all packets proxied. (see above section on Basic O-N setting). |
| Worst case is that the O-N isn't set and proxied packets contain no identification. | Worst case is that the O-N isn't set and proxied packets contain no identification. | ||
| Line 41: | Line 39: | ||
| require_message_authenticator = yes | require_message_authenticator = yes | ||
| } | } | ||
| + | |||
| + | client holby-nhs-uk-1 { | ||
| + | ipaddr = server2.holby.nhs.uk | ||
| + | secret = lisaisaseriealkiller | ||
| + | operator = " | ||
| + | require_message_authenticator = yes | ||
| + | } | ||
| + | |||
| </ | </ | ||
| Line 55: | Line 61: | ||
| < | < | ||
| update request { | update request { | ||
| - | Operator-Name | + | Operator-Name = "%{%{client: |
| - | } | + | |
| - | </ | + | |
| - | + | ||
| - | To set the O-N for each incoming request. This will overwrite any previous value. | + | |
| - | + | ||
| - | Using | + | |
| - | + | ||
| - | < | + | |
| - | update request { | + | |
| - | Operator-Name := %{Operator-Name: | + | |
| } | } | ||
| </ | </ | ||
| - | will set the O-N to either the existing O-N, exists, or the client one, if not. | + | which will set, in preference, the existing O-N (' |
| - | + | ||
| - | If you want to go all the way: | + | |
| - | + | ||
| - | < | + | |
| - | update request { | + | |
| - | Operator-Name := %{Operator-Name: | + | |
| - | } | + | |
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | which will set, in preference, the existing O-N, the client operator and then a default of ' | + | |
| + | Set the ' | ||
siteadmin/freeradius_operator-name_setting.1605875684.txt.gz · Last modified: 2020/11/20 12:34 by admin
