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 5E82B11BDF for ; Thu, 26 Jun 2014 17:27:50 +0000 (UTC) Received: (qmail 59484 invoked by uid 500); 26 Jun 2014 17:27:50 -0000 Delivered-To: apmail-directory-api-archive@directory.apache.org Received: (qmail 59453 invoked by uid 500); 26 Jun 2014 17:27:50 -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 59412 invoked by uid 99); 26 Jun 2014 17:27:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 17:27:49 +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 (athena.apache.org: domain of elecharny@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-we0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 17:27:43 +0000 Received: by mail-we0-f178.google.com with SMTP id x48so4004879wes.37 for ; Thu, 26 Jun 2014 10:27:19 -0700 (PDT) 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=FM/5y4OESBuytd2U5XPnxFPcCsxYxTJaPju7c80uxQM=; b=04eTnXaVtpUcpq4ouFsGPp5Hc9aEivxENS3BBCUTEqhpfPyUYe5lV+wZiv1v37J2Nt zmRkHF/BeYekft81xC56dmo0GkegE2t2LmgZhHL02o002Dc050E85dLKg1fLY2WI/oRh /6a5RFOaD4gYz5SFkTM4i3oul+w52qr/e8yH0ATZy6nixCHUdxMErQv4aAutMjzyXLj5 p3719NnQlBp1k+jwezlU2H+96YA89akdCFqaFhXQEzc/QwmbHq3Y7V4D7PWr/OwEIx+6 sj+M2w8SPr9PiKlZTNyHx3y242QPa0KOCNuOXEGGriBQUKQgXCjFtyAOtoUqCbE2wCrw MjdA== X-Received: by 10.194.22.100 with SMTP id c4mr19460275wjf.89.1403803639079; Thu, 26 Jun 2014 10:27:19 -0700 (PDT) Received: from [192.168.1.29] (i19-les01-ix2-212-195-127-200.sfr.lns.abo.bbox.fr. [212.195.127.200]) by mx.google.com with ESMTPSA id fq2sm26664632wib.2.2014.06.26.10.27.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Jun 2014 10:27:18 -0700 (PDT) Message-ID: <53AC57F3.80403@gmail.com> Date: Thu, 26 Jun 2014 19:27:15 +0200 From: =?UTF-8?B?RW1tYW51ZWwgTMOpY2hhcm55?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: api@directory.apache.org Subject: Re: In Apache Drirectory studio, how do I References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Le 26/06/2014 19:15, Anthony Gottlieb a écrit : > In Apache Drirectory studio, how do I show what directory contains the LDAP > directory I have created? I susepct you do'nt see the directory you just created because you haven't created a Context Entry (ie, an Entry that is associated with the suffix of your ldap server : dc=exa mple, dc=com, for instance). Just have a look at : http://directory.apache.org/apacheds/basic-ug/1.4.3-adding-partition.html Hope it helps.