[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: looking for entires with objectclass=glue
- To: Andreas Haubod <ahaubod@yahoo.com>, technical <openldap-technical@openldap.org>
- Subject: Re: looking for entires with objectclass=glue
- From: Andreas Haubod <ahaubod@yahoo.com>
- Date: Thu, 14 Jul 2011 16:17:01 +0100 (BST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1310656621; bh=xJdfoMQk9CFVNyoH0hXXeUwNiqvDqHDimEhp7BnQDYY=; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=yrM2oMCDSH//DGHjGszYe235E6coq2OxZP+feUrWsgP+oOerRehvqLqHvMEM1KiHoUP8jJJ5WPG1KwY/C7PHZ0DJirg9wGYaucPC6s+g2glASJLVXc9SECT1e/hOk7+WpvFA1r5eTd6+GMGzvOhJrqJO/UruayVvaJA8ZTzY9vU=
- 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:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=J011hviYCUAD6AcHN79m1ILbzW1NjCRFWCxtnx5bh0yEiT4CFJImcaTgXzEtkYMDRAhoNsduFoDKmgmFbimVoB5Uu7dQl7ZEvIY03IDv0hkcFW74PZbFnFSWIl7LjXXX/FQaTSfE7rEcWbMZL1N2/LMHtEZZpymocBfCl0Zgd6M=;
- In-reply-to: <1310653865.31349.YahooMailNeo@web132208.mail.ird.yahoo.com>
- References: <1310653865.31349.YahooMailNeo@web132208.mail.ird.yahoo.com>
I'm sorry, I see, I forgot the "ManageDsaIT".
"ldapsearch -M .." did the thing!
Thanks - Andreas
>
> 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
>