Michael Ströder wrote:
hyc@symas.com wrote:
michael@stroeder.com wrote:
- add an equality matching rule.
My approach with config attrs has been to skip the equality rule for single-valued attrs. Since they are single-valued, there's obviously no need to allow for comparing multiple values.
They are not searchable either then. Does it add too much overhead to add an equality matching rule?
Personally I currently can't imagine a use-case for searching an entry using attribute olcAuditlogFile but one never knows...
True, depends on the syntax and whether it requires a normalizer, and I couldn't think of a use-case for searching either. Overall if there's no obvious use for it, I choose to omit it.