Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 14561200BC8 for ; Wed, 23 Nov 2016 09:05:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 12FD1160B1E; Wed, 23 Nov 2016 08:05:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5C683160AFA for ; Wed, 23 Nov 2016 09:05:23 +0100 (CET) Received: (qmail 51330 invoked by uid 500); 23 Nov 2016 08:05:22 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 51318 invoked by uid 99); 23 Nov 2016 08:05:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2016 08:05:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 9C495C0480 for ; Wed, 23 Nov 2016 08:05:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.473 X-Spam-Level: * X-Spam-Status: No, score=1.473 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_LOW=-0.7, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id qlM5wJiqq5DK for ; Wed, 23 Nov 2016 08:05:20 +0000 (UTC) Received: from zmcc-5-mx.zmailcloud.com (zmcc-5-mx.zmailcloud.com [192.198.93.228]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id A0E255F588 for ; Wed, 23 Nov 2016 08:05:20 +0000 (UTC) Received: from zmcc-5-mta-1.zmailcloud.com (127.37.197.104.bc.googleusercontent.com [104.197.37.127]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by zmcc-5-mx.zmailcloud.com (Postfix) with ESMTPS id 24F3D5202BC for ; Wed, 23 Nov 2016 03:05:20 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by zmcc-5-mta-1.zmailcloud.com (Postfix) with ESMTP id C526DC581C for ; Wed, 23 Nov 2016 02:05:19 -0600 (CST) Received: from zmcc-5-mta-1.zmailcloud.com ([127.0.0.1]) by localhost (zmcc-5-mta-1.zmailcloud.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id EgjoCf89eGt1 for ; Wed, 23 Nov 2016 02:05:19 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by zmcc-5-mta-1.zmailcloud.com (Postfix) with ESMTP id 6C558C5408 for ; Wed, 23 Nov 2016 02:05:19 -0600 (CST) X-Virus-Scanned: amavisd-new at zmcc-5-mta-1.zmailcloud.com Received: from zmcc-5-mta-1.zmailcloud.com ([127.0.0.1]) by localhost (zmcc-5-mta-1.zmailcloud.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id uLleymvfC5l7 for ; Wed, 23 Nov 2016 02:05:19 -0600 (CST) Received: from [192.168.1.29] (bsr-176-154-3-51.ft.ethernet.abo.bbox.fr [176.154.3.51]) by zmcc-5-mta-1.zmailcloud.com (Postfix) with ESMTPSA id 168DEC5333 for ; Wed, 23 Nov 2016 02:05:18 -0600 (CST) Subject: Re: Issue creating Partitions on Apache DS (Standalone) To: users@directory.apache.org References: From: =?UTF-8?Q?Emmanuel_L=c3=a9charny?= Message-ID: <9517263d-f268-24ad-1af5-74b39893e72a@gmail.com> Date: Wed, 23 Nov 2016 09:05:17 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable archived-at: Wed, 23 Nov 2016 08:05:24 -0000 Le 22/11/16 =C3=A0 11:49, Prashant Pasricha a =C3=A9crit : > Dear Team, > > Hope you are doing well. > > We are using Apache Directory Studio (Standalone mode) for one of our > projects and the project has been working fine. > > We have a new requirement where we need to make Apache DS Tenant aware, > i.e. we need to create separate partitions for each organization / clie= nt > and load their LDIF file in their partition. > > However, we are struggling to create partitions on the Apache Directory > Studio (Standalone installation) programmatically using Java. We are ab= le > to find many examples, but each example relates to creating partitions = on > Embedded Server. However, we want to try the same on a standalone Apach= e DS > Server. Not sure what you are trying to do. Are you trying to configure a server so that it has many user partitions, injecting the configuration as DIF ? Or are you trying to add partitions using Java code ?