[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
looking for entires with objectclass=glue
- To: technical <openldap-technical@openldap.org>
- Subject: looking for entires with objectclass=glue
- From: Andreas Haubod <ahaubod@yahoo.com>
- Date: Thu, 14 Jul 2011 15:31:05 +0100 (BST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1310653865; bh=p1Rr+JGL3ot8WcxIwchRkSGjFP5o2gv9xiTehcrYdxs=; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=MrWr3uQTh+ejCz0MHzTKj7ueDJYr+6euvLttealwcHxLua++YXT2X57ZFHi2b5xiuZn9zoQ4KYbHomPJLw/UWQvLxQT2AsOJuQvtWA1xeIth/XWQZTl0hnUbQwnBgmV3z7ZX8+sPS8EOAoGE7H3fFT49elfomqTT7mh3V3o3KzE=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=eRMe3ZVggmDpzvjwhi2MCre5LpmsWwrKKIImZoj1qTU+B2gWiHsyC2ev9tHrONDgosVhypgq7ml1dYUyax/FwBx/Z+w/7U5qH9pSQqlfh5bxOPFKcYx+zA13aS+B5pdYVPOP4c4ADCP5IJN+dZaj483vEdJVtAVwAEbj5Hytfmw=;
- References:
Hello,
I've running two ldap server using N-Way multimaster replication. I want find all objects with "objectclass=glue".
If
I use JXEplorer to search "objectclass=glue" I get 136 entries back.
If I use ldapsearch or Apache DS and do the same, no entries are found.
In the slapcat backup from the ldap server the entires with objectclass: glue exists.
So I turned "loglevel 256" in the slapd.conf. I got for JXEplorer and ldapsearch the same search:
JXEplorer:
slapd[23362]: conn=1001 op=7 SRCH base="ou=root" scope=2 deref=3 filter="(objectClass=glue)"
slapd[23362]: conn=1001 op=7 SRCH attr=objectClass
slapd[23362]: conn=1001 op=7 SEARCH RESULT tag=101 err=0 nentries=136 text=
ldapsearch:
slapd[23362]: conn=1004 op=1 SRCH base="ou=root" scope=2 deref=3 filter="(objectClass=glue)"
slapd[23362]: conn=1004 op=1 SRCH attr=objectclass
slapd[23362]: conn=1004 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=
How can I get the glue entires via ldapsearch?
Thanks Andreas