30 Nov
2017
30 Nov
'17
10:09 a.m.
On Thu, 2017-11-30 at 15:56 +0100, Paweł Cituk wrote:
I try to authenticate IPMI server trough freeradius but it require two custom attributes (Vendor Specfic) ie for admin H=4 and I=4.
How should I configure freeradius to reply for every request with custom above attributes (without adding them in the ldap schema)
Use unlang in the post-auth section to add reply attributes, e.g. update reply { Attribute-1 = "value1" Attribute-2 = "value2" } If the attributes aren't already in the supplied FreeRADIUS dictionary files then you'll need to add them to raddb/dictionary. -- Matthew