Daniel Ehlers <danielehlers(a)mindeye.net> wrote
Fri, 6 Oct 2017 03:11:17 +0200:
On 10/06/2017 01:54 AM, Daniel Ehlers wrote:
> On 10/05/2017 07:55 PM, Linus Nordberg wrote:
>> Hi,
>>
>> Running radsecproxy with `-d 5' should give you log lines like these,
>> which might help debug the issue:
>>
>> addrealm: constructed regexp %s from %s
This is not correct, after all -- that log line can be seen for realms
that _not_ use regular expressions. Sorry about that.
And again, what's the _double_ backslashes for?
Escaping the dots, all examples in the manual are that way, and
the constructed regex strings from none regex realms
in radsecproxy.c L2073 escape them the same way.
regards Daniel
Oh gosh ... to long no real C coding. That is an escaping
sequence.
I think the documention is misleading in that point.
Seems so. Haven't seen that, thanks for finding it.
Fixed in master.