Hello!
Is it possible to create a filter for OpenLDAP search containing a wildcard: ? (matches zero or one character).
I received an answer that it is not possible with the standard matching rules. Maybe OpenLDAP support an extension which supports it, e.g. a matching rule which takes regular expressions? Or some another trick to achive this?
Thanks in advance, Alina.
---------- Forwarded message ---------- From: Hallvard B Furuseth h.b.furuseth@usit.uio.no Date: Apr 24, 2007 2:06 PM Subject: Re: [ldap] Search filter ? wildcard To: Alina Dubrovska alina.second@gmail.com Cc: ldap@listserver.itd.umich.edu
Alina Dubrovska writes:
Is it possible to create a filter for LDAP search containing a wildcard: ? (matches zero or one character)
No, not with the standard matching rules.
Your LDAP server implementation might support an extension which supports it, e.g. a matching rule which takes regular expressions.
-- Regards, Hallvard
openldap-software@openldap.org