Correct way to deal with an 'incorrect' dictionary shipped by default

Alan DeKok aland at deployingradius.com
Thu Feb 20 21:59:54 UTC 2025


On Feb 20, 2025, at 4:43 PM, Alan DeKok <aland at deployingradius.com> wrote:
>  In any case, I've replaced the wrong one with the one you posted here.  It will be available in the next release.

  Double-checking it... I've fixed some typos which prevented it form working, and removed a lot of duplication.

  I find the following duplication hard to read:

	Foo-Bar-Baz-X = Foo-Bar-Baz-X-Allowed
	Foo-Bar-Baz-Y = Foo-Bar-Baz-Y-DisAllowed

  versus

	Foo-Bar-Baz-X = Allowed
	Foo-Bar-Baz-Y = Disallowed

  The second is much preferred, and is the style used elsewhere in the server.

  Alan DeKok.



More information about the Freeradius-Users mailing list