I want to be able to add new Attributes to Radius. For example

ATTRIBUTE Special-Group 10001 string

What I want to be able to do is When a User is Authenticated, I want Radius to be able to send me this Attribute (with its Value) in the Reply just like the Reply-Message Attribute gets sent as part of the Reply List.
So something like this......


usertest Auth-Type := CHAP, User-Password == "chappassword"
Service-Type = Login-User,
Special-Group = "temp",
Reply-Message = "Hello, %u"

Is that even possible to do without modifying the Radius Source Code? If it is then how do I add these New attributes?

Thanks in advance. Any help is appreciated.


- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to