[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#3785) filter problem on back-meta
Full_Name: Raphael Ouazana
Version: 2.2.27
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.98.7.155)
There is a problem in back-meta with filters like
"(|(objectclass=*)(objectclass=dummy))"
When I do :
ldapsearch -x -s base -b uid=myentry,o=example,c=com -H ldap://server
"(|(objectclass=*)(objectclass=dummy))"
I get different result.
- on OpenLDAP 2.2.6 with back-meta I get 1 entry
- on OpenLDAP 2.2.27 with back-bdb (which is behind the meta server) I get 1
entry
- on OpenLDAP 2.2.27 with back-meta I get 0 entry
Raphael Ouazana.