[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[answer] Re: Subtree search.
- To: openldap-software@OpenLDAP.org
- Subject: [answer] Re: Subtree search.
- From: Relho de Couro <relho.de.couro@gmail.com>
- Date: Thu, 25 Nov 2004 17:54:13 -0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=tF9q5ALeBVy/knKiScl6S8k8F0clwuzoLtFLMGmqFMLM9xLlwKm8/wwlVSR9ExgEnblsg25TxbKw8OAsjE+jlAUjrER/DFPbm85mQRT5i3Scz7m3TeSn1ORRVGS3V3VZcD3huQHqMTdLGWqqOdNb2mSD4w9ff4IH6odbK3bn/+s=
- In-reply-to: <4b3429d80411251119751a6ae@mail.gmail.com>
- References: <4b3429d804112510392eec957b@mail.gmail.com> <4b3429d80411251119751a6ae@mail.gmail.com>
Answer:
set in slapd.conf
sizelimit -1
I'm sory about my stupid question.
Regards,
On Thu, 25 Nov 2004 17:19:30 -0200, Relho de Couro
<relho.de.couro@gmail.com> wrote:
> Hi,
>
> Well, I'm having a little trouble with ldapsearch. Actually,
> I don't know if the issue resides on this search tool, because the
> same problem happened with perl-ldap.
>
>
>
> I have a LDAP data base managed by OpenLDAP. I've an organizational
> subtree called
> ou=Management,dc=Department,dc=Institution. In slapd.conf I've
> permissions like these:
>
> access to dn=".*ou=Management,dc=Department,dc=Institution"
> by anonymous auth
> by dn="cn=Manager,ou=Administration,dc=Department,dc=Institution"
> +wrscx
> by dn=".*,dc=Department,dc=Institution" =r
> by self write
>
> The problem is: I cannot access (lets say, read) the complete subtree
> entries (from ou=Management,dc=Department,dc=Institution) using
> cn=Manager,ou=Administration,dc=Department,dc=Institution as the
> binder DN. Yet, using the main OpenLDAP manager DN
> (cn=root,dc=Department,dc=Institution) I can read all subtree's
> entries (entries I mean by leaf DNs, subtree DNs and their leaf DNs,
> and so on), using the same search command/code.
>
> ( seach query: ldapsearch -x -L -D
> "cn=Manager,ou=Administration,dc=Department,dc=Institution" -w
> password -b ou=Management,dc=Department,dc=Institution)
>
>
>
> Could anyone give any suggestion/idea on what could be going on, please?
>
> Thanks in advance,
>
> --
> Relho de Couro
>
--
Relho de Couro