[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Extended attrs search
Hi all!
I have compiled OpenLDAP 2.2.15 and compiled with:
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin
--enable-wrappers --enable-aclgroups --enable-spasswd --enable-dynamic
--enable-shared --with-tls --with-cyrus-sasl --enable-aci --enable-ldbm
--enable-rewrite --enable-meta --enable-ldap --enable-monitor
--enable-crypt -q
All seems ok.
But I have a problem search with extended attributes.
My Basedn is o=Enterprise,c=ES
ldapsearch -x -h ideafix -D cn=Manager,o=Enterprise,c=ES -w password
"(&(&(&(&(&(c:dn:=ES)(o:dn:=Enterprise))(ou:dn:=CENTRAL))(ou:dn:=IT))(ou:dn:=Systems))(objectClass=qmailUser))"
cn
It should return 16 entries but nothing is reported. No error reports also.
I need something else when compiling openldap?
I make the same query to a backup openldap server (replica) running
openldap 2.1.20 and it returns 16 accouns (as I expect!)...
I Need help... Running slapd in verbose mode doesn't report errors.
Tx a lot!
Saxa