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

Re: OpenLDAP wildcard searches.





> On Sep 16, 2015, at 1:34 AM, Michael Ströder <michael@stroeder.com> wrote:
> 
> Quanah Gibson-Mount wrote:
>> Your schema definition is missing a substring matching rule. Thus it is
>> expected that substring searches will fail.  You should fix your schema. You
>> can run slapindex with slapd offline to regenerate the indices.
> 
> There is no substring matching rule for Integer syntax

They could always write one. ;). Probably not worth the effort though. 


> Ciao, Michael.
> 
> 
>>> On Sep 15, 2015, at 2:28 PM, Michael <mlstarling31@hotmail.com wrote:
>>> attributetype ( 3.0.0.3 NAME 'retailerId'
>>>        DESC 'ID of the retailer a user is assigned to'
>>>        EQUALITY integerMatch
>>>        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
>>>        SINGLE-VALUE )
> 
>