"Michael Kopp" <[EMAIL PROTECTED]> wrote:
> Here is what we have configured in radiusd.conf
>
> attr_rewrite unique-nas-port {
> attribute = NAS-Port
...
> replacewith = "%{Calling-Station-Id}"That won't work. NAS-Port is an integer, and Calling-Station-Id is a string. You can't assign strings to integers. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

