Subject: | BEGIN-VENDOR and END-VENDOR dictionary commands |
Date: | Mon, 30 Aug 2010 12:33:21 +0200 |
To: | bug-RadiusPerl [...] rt.cpan.org |
From: | Matej Vela <vela [...] debian.org> |
FreeRADIUS 1.1.0 and later versions ship with dictionaries that use
paired BEGIN-VENDOR and END-VENDOR commands instead of supplying the
vendor as an argument to ATTRIBUTE.
For example, instead of
ATTRIBUTE Cisco-AVPair 1 string Cisco
dictionary.cisco uses
BEGIN-VENDOR Cisco
...
ATTRIBUTE Cisco-AVPair 1 string
...
END-VENDOR Cisco
Please add support for this in load_dictionary(). Patch attached.
Message body is not shown because sender requested not to inline it.