FreeRadius 3.0.13 - Using SSID to check AD groups
Brian Candler
b.candler at pobox.com
Tue Apr 4 14:27:11 CEST 2017
On 04/04/2017 12:47, Pierre de Jong wrote:
> But YES, in the radiusd -X, I can see that Called-Station-SSID is set
> to a "RIGHT" value.... but we do not seem to be able to use it "anywhere".
In the invocation of rewrite_called_station_id, you should be able to
see if it's being set when this is executed:
# SSID component?
if ("%{8}") {
update request {
&Called-Station-SSID := "%{8}"
}
}
More information about the Freeradius-Users
mailing list