[RADIATOR] Multi-Line Handler issues with 4.10
Michael
ringo at vianet.ca
Sat Aug 11 10:30:30 CDT 2012
abused? the last version said multiple lines was fine. Hasn't been a problem until 4.10. It more has to do with the vast configuration that I have (452K so far) and i organize my config like this a lot and don't feel like rearranging it all right now.
I patched the code myself. works fine now and i can use 4.10 without changing my current config. My request can be ignored.
Michael
On 12-08-11 09:05 AM, alan buxey wrote:
> Hi,
>
>> i found some time to try the 4.10 upgrade with patches, but i have this Multi-Line config issue. Seems to be related to the fact that I have a blank line and comments in the middle of the multi line Handler.
>>
>>
>>
>> Fri Aug 10 10:51:18 2012: ERR: Unknown keyword '<Handler' in /etc/radiator/conf/handler.pre-defined line 3
>> Fri Aug 10 10:51:18 2012: ERR: Unknown keyword 'Request-Type' in /etc/radiator/conf/handler.pre-defined line 6
>>
>>
>>
>> <Handler \
>> # failed auth attempts many times a day. used to reject a username.
>>
>> Request-Type = Access-Request, \
>> User-Name = DISABLED>
>>
>> Identifier handler_null
>> SessionDatabase NULL
>> AuthBy AuthBy_REJECT
>> </Handler>
>
> there comes a point when a configuration parser is being abused....why dont you simply have
>
>
> # failed auth attempts many times a day. used to reject a username.
> <Handler Request-Type = Access-Request, User-Name = DISABLED>
> Identifier handler_null
> SessionDatabase NULL
> AuthBy AuthBy_REJECT
> </Handler>
>
> ??
>
> this is how the docs say you write handlers - and its the way that any auto-export config
> generator tool could output the config (I generate my RADIATOR configuration from an SQL
> database). instead, you have devised a rather wierd local requirement - and then suggest
> some code changes to allow this to be read that could mess up peoples legitimate configurations.
>
> alan
>
>
More information about the radiator
mailing list