Return-Path: X-Original-To: apmail-directory-api-archive@minotaur.apache.org Delivered-To: apmail-directory-api-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A5B561786F for ; Tue, 3 Feb 2015 09:37:50 +0000 (UTC) Received: (qmail 21097 invoked by uid 500); 3 Feb 2015 09:37:29 -0000 Delivered-To: apmail-directory-api-archive@directory.apache.org Received: (qmail 21057 invoked by uid 500); 3 Feb 2015 09:37:29 -0000 Mailing-List: contact api-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: api@directory.apache.org Delivered-To: mailing list api@directory.apache.org Received: (qmail 21032 invoked by uid 99); 3 Feb 2015 09:37:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2015 09:37:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elecharny@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-wg0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2015 09:37:02 +0000 Received: by mail-wg0-f44.google.com with SMTP id z12so43546356wgg.3 for ; Tue, 03 Feb 2015 01:37:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=I7BxjZbHEkygb6lyCBdLK/mFp9MG/CPTaQFm6lXshZE=; b=usH59UXVhK22a0Lb5lVjSygpbQH/sJxURfmHyehf/lgAWMPGRHWgthazZ8y8maafVO 2wrXNa/jD+5LWiBtrMjpewE04DnP5m7MFgDjOq3BxFI3tfutVyqUlU9JOIopPrXnrHr2 xo32/p4ibUPlAQphHGy2gqTwpUblKZJ6en4LMKggxVz7Uli4H/of37NO/HwuUItuG4p9 EBhXQ23ge6YxbIbJmfKTHlx4p5DpTqNm7kga/8y1P/geSP+4kDXjLnCpelT9MD7PjXx2 MAYVkEZNpWNv6LjyvOjeY41iGK+0dPwuO2A/kPSFe1lE+D032tx6Xa13DCMPE33insd4 hQbA== X-Received: by 10.180.79.65 with SMTP id h1mr32197180wix.59.1422956221235; Tue, 03 Feb 2015 01:37:01 -0800 (PST) Received: from [10.42.1.210] (smb-orycl-02.wifihubtelecom.net. [213.174.123.194]) by mx.google.com with ESMTPSA id a20sm23707789wic.16.2015.02.03.01.37.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Feb 2015 01:37:00 -0800 (PST) Message-ID: <54D096BB.9000708@gmail.com> Date: Tue, 03 Feb 2015 10:36:59 +0100 From: =?UTF-8?B?RW1tYW51ZWwgTMOpY2hhcm55?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: api@directory.apache.org Subject: Re: Proper use of LdapConnectionPool References: <9BD825F3554FD04AAB3B8BCBA96F192F5D0CCA44@CO1PRD9201MB011.026d.mgd.msft.net> <54C74AD9.6090302@gmail.com> <9BD825F3554FD04AAB3B8BCBA96F192F5D0CDD97@CO1PRD9201MB011.026d.mgd.msft.net> <54D07BCA.80403@stefan-seelmann.de> <9BD825F3554FD04AAB3B8BCBA96F192F5D0E1E99@BN1PRD9201MB007.026d.mgd.msft.net> In-Reply-To: <9BD825F3554FD04AAB3B8BCBA96F192F5D0E1E99@BN1PRD9201MB007.026d.mgd.msft.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Le 03/02/15 09:19, Harris, Christopher P a écrit : > Stefan, > > Yes, we have a hierarchical structure. > > That's are fantastic ideas, Stefan! I especially like the search base idea. FTR : OBJECT scope : you get the object itself ONELEVEL scope : youget all the children, but nor their descendants nor the entry itself SUBLEVEL : you get the entry, its children and all their descendants