Before proxying to a specific realm, I want to replace the value of one attribute with the value of another attribute, no matter what it contains.Looking at preproxy_users description in raddb, it looks like this might be what you are after.
Yes indeed, but actually I can't figure out how to tell the module to put the value of the Wispr-Location-Id attribute into the Called-Station-Id attribute...
This is what I have, but it puts a literal 'Wispr-Location-Id' string as the value!
NULL
User-Name =* ANY,
User-Password =* ANY,
NAS-IP-Address =* ANY,
NAS-Identifier =* ANY,
NAS-Port-Id =* ANY,
NAS-Port-Type := 19,
Calling-Station-Id =* ANY,
Called-Station-Id := Wispr-Location-Id,
Framed-IP-Address =* ANY,
Fall-Through = NoI also tried the following without succes:
Called-Station-Id := $Wispr-Location-Id,
Called-Station-Id := ${Wispr-Location-Id},
Called-Station-Id := %Wispr-Location-Id,
Called-Station-Id := %{Wispr-Location-Id},-- Regards,
Thor Spruyt E: [EMAIL PROTECTED] W: www.thor-spruyt.com M: +32 (0)475 67 22 65 Bestel nu uw exemplaar van Operationele verkoop (Walter Spruyt - Liesbeth Huysmans) via www.salesguide.be Ontdek de Telenet Hotspot service op www.telenet.be/hotspots
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

