Issue with Attr-26
Dear all, II do have an issue with Attr-26 = 0x483D342C20493D34, with version 3.0.10: Radius fault to start with that kind of error : Parse error (check) for entry Attr-26: Invalid attribute name Failed reading /etc/raddb/mods-config/files/authorize /etc/raddb/mods-enabled/files[9]: Instantiation failed for module "files" cat /etc/raddb/users ipmiadmin Auth-Type :=Local, User-Password == "1234567" Attr-26 = 0x483D342C20493D34 I wonder if this is the issue of this version of freeradius? As far as I know all was fine in version 3.0.4
On Jan 27, 2016, at 10:57 AM, Vyacheslav Gubin <gubin.vya4eslav@gmail.com> wrote:
II do have an issue with Attr-26 = 0x483D342C20493D34, with version 3.0.10:
Radius fault to start with that kind of error :
Parse error (check) for entry Attr-26: Invalid attribute name Failed reading /etc/raddb/mods-config/files/authorize /etc/raddb/mods-enabled/files[9]: Instantiation failed for module "files"
it works in 3.0.11.
cat /etc/raddb/users
ipmiadmin Auth-Type :=Local, User-Password == "1234567"
That configuration has been deprecated for 10 years. Don't do it. PLEASE follow current documentation, and not some crappy web site written a decade ago. This should be: ipmiadmin Cleartext-Password := "1234567"
Attr-26 = 0x483D342C20493D34
And that works in 3.0.11. Try that instead of 3.0.10. Alan DeKok.
On Jan 27, 2016, at 12:30 PM, Vyacheslav Gubin <gubin.vya4eslav@gmail.com> wrote:
Hi again,
I am afraid as I get the same error....
:(
Attribute parsing in the users file code has not been unified with attribute parsing elsewhere in the server. You'll likely have more luck with authorize { update reply { Attr-26 = 0x483D342C20493D34 } }
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
Vyacheslav Gubin