[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ACLs, groups, and regular expressions... oh my



>
> That's by design. dn.regex is the default style; with any other style you
> get that style instead of regexes.

That has baffeld me.

I thought that 
dn.children="o=example,tl=com"

would be the same as 
dn.regex="o=example,tl=comm" attr=children

Which it appears to be not...

Was the idea behind the design to skip the internal regex code to speed up the 
performance ? Then, it seems to me, that 
'dn.exact.children' or 'dn.regex.children' would be more appropriate.

Greetings,
ace