returning custom user attributes in the radius reply
问题 I am using (and enjoying) Freeradius v3 and I have been beating my head against something I am sure the community has already figured out. I have a custom user attribute defined in the dictionary and included in my authorize file: me Mygroup :="usergroup", Cleartext-Password := "password1234" ...and I am able to update the reply from the radius server by adding the following to the default site (/etc/freeradius/3.0/sites-available/default) update reply { Reply-Message := "additional info" }