Le lundi 27 mai 2019, 07:45:34 CEST Quanah Gibson-Mount a écrit :
That's an IA5 string, so use either:
caseExactIA5SubstringsMatch
or
caseIgnoreIA5SubstringsMatch
I.e., the matching rules should match the syntax.
So what would the syntax be?
Because I get the error posted earlier anyway:
ldapsearch [options]
"(ipHostNumber:1.3.6.1.4.1.1466.109.114.3:=10.*)" dn
# extended LDIF
#
# LDAPv3
# base <dc=ecolo,dc=lan> with scope subtree
# filter: (ipHostNumber:1.3.6.1.4.1.1466.109.114.3:=10.*)
# requesting: dn
#
ldap_search_ext: Bad search filter (-7)
Côme