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

Re: search filter locking slapd



Oh, I think I figured it out I don't have pres indexing on
iuEduSIDN or iuEduEIDN so when it fails to match on sn and givenName
it starts scanning the entire directory.

Allan

On Thu, 14 Nov 2002, Allan Streib wrote:

> Hello,
>
> Running OpenLDAP 2.0.23 on RedHat Linux 7.3
>
> The following search filter and options in an 'ldapsearch' hangs, and
> all other ldap connections hang:
>
> -b "ou=people,dc=iu,dc=edu" -s one '(&(objectClass=iuEduPerson)(sn=porter*)(givenName=jen*)(|(iuEduSIDN=*)(iuEduEIDN=*)))'
>
> There is no entry in the directory that matches this filter
>
> The following filter, with the only change being the givenName,
> immediately returns 7 entries:
>
> -b "ou=people,dc=iu,dc=edu" -s one '(&(objectClass=iuEduPerson)(sn=porter*)(givenName=je*)(|(iuEduSIDN=*)(iuEduEIDN=*)))'
>
> Ideas?
>
> Allan
>
>