Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 32300 invoked from network); 2 Sep 2009 21:30:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Sep 2009 21:30:07 -0000 Received: (qmail 94392 invoked by uid 500); 2 Sep 2009 21:30:07 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 94328 invoked by uid 500); 2 Sep 2009 21:30:07 -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 94318 invoked by uid 99); 2 Sep 2009 21:30:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2009 21:30:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of robertkuhar@gmail.com designates 209.85.216.178 as permitted sender) Received: from [209.85.216.178] (HELO mail-px0-f178.google.com) (209.85.216.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2009 21:29:57 +0000 Received: by pxi8 with SMTP id 8so467230pxi.9 for ; Wed, 02 Sep 2009 14:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ZHAEtFe0vKVcypR73o9K6wOALYMcxvOqmBD+mesLZqQ=; b=eu7IDl3aHEcf/s4jGXmOwSm/YAspx2M/oZnt/lVq0YgNKrgy/pcWs5pavqvOpIxauj eZodnDlmxKDUm4AXCaP6ntQJb/ehMDSGFIz32ie2CDoGcoVMFnoCju5+fN1u5j4kap+n k91ZUeiafEk/rHzcUgel94MKGbiGHj7f+p61s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=EjkFphzQFEBuc5RQwKx8Au0V/4uh+FLPPSz2DpxBMvpHQ5FaUHw/Jvt+X0PhdhibEL VMmTF1OC62U+NE4Ht4ZGiAwmf6RPm0utsPL8PwDYvYVtuaulETQlHLi7M6EyKOL4GWhW gLE9DMYD2Pskm3sj1G1oagNM5Zx4jnTfXaRaQ= Received: by 10.115.100.22 with SMTP id c22mr7059512wam.58.1251926977356; Wed, 02 Sep 2009 14:29:37 -0700 (PDT) Received: from ?10.200.1.28? ([67.139.46.66]) by mx.google.com with ESMTPS id 20sm151407pzk.13.2009.09.02.14.29.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 02 Sep 2009 14:29:37 -0700 (PDT) Message-ID: <4A9EE3BF.40405@gmail.com> Date: Wed, 02 Sep 2009 14:29:35 -0700 From: Robert Kuhar User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: [ApacheDS] LDAP browser doesn't show dc=example, dc=com Tree for my new apacheds-1.5.5 deployment References: <4A9ED9DC.305@gmail.com> <4A9EDBCE.6030900@nextury.com> In-Reply-To: <4A9EDBCE.6030900@nextury.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks Emmanuel, I did the right-click thing to "Create New Context" selecting "domain" from the list of "Available object classes" and entered "dc=example,dc=com" when prompted to enter a "Distinguished Name". Excellent. My DIT now shows dc=example,dc.com. I was under the impression that it would just show up with a bunch of users configured, but I'm now guessing that is not the case. I must have to build this branch up myself. You wouldn't know of an LDIF file anywhere that could jump-start this process would you? In any event, thanks so much for your help. Bob Emmanuel Lecharny wrote: > Robert Kuhar wrote: >> I am having difficulty figuring out why my deployment of >> apacheds-1.5.5 doesn't seem to have dc=example,dc=com branch that >> appears in all the documentation. The deployment and startup of >> apacheds-1.5.5 to my machine went without a hitch. I have confirmed >> that the service is up and running and have successfully connected to >> it with the Apache Directory Studio as "uid=admin,ou=system" using >> Simple Authentication. The problem is that the resulting DIT in the >> LDAP browser shows only... >> DIT >> Root DSE (3) >> ou=schema (18) >> ou=system (5) >> >> ...the entry dc=example,dc=com that appears in all the documentation >> is absent. >> >> My server.xml appears to have the partition for it... >> >> > suffix="dc=example,dc=com" optimizerEnabled="true" syncOnWrite="true"> >> ... >> >> Does dc=example,dc=com not exist or can my user "admin" just not see >> it based upon how I set up the connection? The (3) on the end of >> "Root DSE" node would suggest that is the case, but I can't figure out >> what I need to do to reveal this branch. How I can get a Directory >> Studio user connected to my LDAP server in such a way as to browse the >> dc=example,dc=com tree? Any ideas? > You have to create the associated entry (the context entry). > > Just right click on the root of the tree, and select the Create Contect > Entry (something like that). I think it's explained somewhere on the web > site : > > http://directory.apache.org/apacheds/1.5/144-adding-your-own-partition-resp-suffix.html > (around the middle of this page). > > Not very explicit though ... >