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

Re: rdnMatch / RDN support (ITS#3207)



> >I expect that the rdnMatch rule
> >would allow filters like "(seeAlso:rdnMatch:=cn=All Staff)" in the test
> >suite to match those entries whose seeAlso attribute contains "cn=All
> >Staff,ou=Groups,dc=example,dc=com".
>
> That would be more like a rdnLastComponentMatch or something.

Does this deserve implementation outside the component matching context ?
It is always possible to perform a search on the last rdn by matching the
attribute itself.
If there're other uses, then it would make sense to have
rdnLastComponentMatch.
The component matching suppor will include this case anyway...

- Jong-Hyuk