could i do a attr_rewrite to fix the ascend being written long and place it in ost process section? _____ From: Alan DeKok [mailto:aland@deployingradius.com] To: FreeRadius users mailing list [mailto:freeradius-users@lists.freeradius.org] Sent: Thu, 28 Jun 2007 03:03:30 -0400 Subject: Re: Hints File and Users file and I am lost Jeff wrote:
I am trying to get a default profile to work I can't put on in the users file cause the billling program auto creates a file, and its the culprit
Then post-process the file to fix it. ...
well it turns out the billing program sends the info wrong it just not chageable at the billing software Ascend-Data-Filter = "ip in forward tcp est", ---> note no + as += And of course without the += when its sent out to the nas its only seeing the 1st line and doesn't read the rest of the filters ... So I need to come up with a way add that info at the radius level
You can't. You have to re-write the file.
I have played with the hints file but i am not sure thats my answer,
It's not.
Heres the hints file entry
The "hints" file re-writes the *request*. This is documented. The Ascend-Data-Filters go into the *reply*.
Heres the entry for the users.txt file
joe "test" Hint = "test", Fall-Through = no
That is *not* the correct format for a "users" file entry. See "man users", and read the examples in the "users" file for how to use "Hint" correctly. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html