[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
substring matching rule not working in extensible search filter
- To: openldap-technical@openldap.org
- Subject: substring matching rule not working in extensible search filter
- From: David Coutadeur <david.coutadeur@linagora.com>
- Date: Thu, 31 Oct 2013 16:26:37 +0100
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111101 SUSE/3.1.16 Thunderbird/3.1.16
Hi everybody,
I tryied this filter in a ldapsearch operation:
(&(objectClass=inetOrgPerson)(description:2.5.13.7:=*abcd))
but this results in a "Bad search filter (-7)".
However if I write this without the joker it works:
(&(objectClass=inetOrgPerson)(description:2.5.13.7:=abcd))
I don't see any restriction on matching rule extensible notation in RFC
4515 (http://tools.ietf.org/html/rfc4515). Is this syntax not
implemented in OpenLDAP, or did I make a mistake in my filter ?
Thank you in advance,
DC