[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
result 32 with backend meta
- To: openldap-software@OpenLDAP.org
- Subject: result 32 with backend meta
- From: Arthur Fonzarelli <contemptuous@gmail.com>
- Date: Fri, 14 Jan 2005 11:58:31 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=YlYS1zHtmMDHZH/jgqqQK5KOWSs0+zYqZ/OwMATQLUrnDApIZwe/8B6jMqr2rX0/9YZBrc1R6obbVwPz/5gL3WXQbglZ1tSGnOA/Sto55+LGuNSWlKmffKR9zgMraFe0nsvFXPQYgf7SOYgkWVwAYIVwsY8ggXDIJUU6/okZOXk=
I think i've seen this problem posted before, but no solution:
I have openldap running with backend meta pointing to an Active
Directory Global Catalog.
I can bind with my AD dn and password and my queries return results -
however, they always
return a set of objects found and Search : Result <32>: No objects founds
with it....so diag software like ldp and ldapsearch show that the
backend is working
but most client software (OS X Address book, thunderbird ldap client)
don't return any of the results, just the 32 result.
I sniffed the query that openldap made to the GC backend and only see
a Success code returned with the matching objects. This leads me to
believe that openldap is adding this result to the set returned from
the backend.
Here is my slapd.conf:
<begin config file>
include /usr/local/etc/openldap/schema/core.schema
pidfile /var/run/openldap/slapd.pid
argsfile /var/run/openldap/slapd.args
access to *
by self write
by users read
by anonymous auth
backend meta
database meta
suffix "dc=company,dc=com"
lastmod off
rebind-as-user
uri "ldap://server.name.com:3268/dc=company,dc=com"
default target
</end config file>
I'm running openldap 2.2.15 with sasl on freebsd-5.3
Active Directory is Windows 2003
thanks