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

search filter locking slapd



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