[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldapsearch with wildcards
<quote who="Pierangelo Masarati">
> nate wrote:
> "mailRoutingAddress" does not support substring match
> (it is not meant as a search attribute, but only as
> a value to return); note that also "mailLocalAddress"
> requires exact (case-insensitive) match. Use the "mail"
> attribute if you need substring match, or define your
> own mail routing attribute.
>
> See $ETCDIR/schema/misc.schema for hints.
>
ok thanks! I am still sort of confused though. it does work,
i had mail entries for each user too and once i switched to using
that it started routing mail fine.
my question now would be is there a way to determine what
does not support substring matching? e.g.:
attributetype ( 2.16.840.1.113730.3.1.13
NAME 'mailLocalAddress'
DESC 'RFC822 email address of this recipient'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
how did/do you know that doesn't support substring matching?
not that big of a deal since it's working, just curious.
thanks again for the quick reply
nate