9 Nov
2021
9 Nov
'21
9:02 a.m.
Hi, We're using FreeRadius to validate configurations before deploying them to production. radiusd -CX This works great and catches any invalid dictionary keys or values that have been added to /etc/raddb/mods-config/files/authorize: aa-bb-cc-77-88-99 Reply-Message = "hi" I noticed that these validations are not case sensitive though, and this still passes: aa-bb-cc-77-88-99 reply-message = "hi" Is case checking intentionally skipped? Is this still a valid response to send back? Thanks, Emile