Return-Path: X-Original-To: apmail-directory-users-archive@www.apache.org Delivered-To: apmail-directory-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB0D510475 for ; Sat, 14 Sep 2013 06:25:16 +0000 (UTC) Received: (qmail 3419 invoked by uid 500); 14 Sep 2013 06:25:15 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 3257 invoked by uid 500); 14 Sep 2013 06:25:15 -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 3245 invoked by uid 99); 14 Sep 2013 06:25:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Sep 2013 06:25:14 +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 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Sep 2013 06:25:09 +0000 Received: by mail-wi0-f173.google.com with SMTP id hq15so1626844wib.12 for ; Fri, 13 Sep 2013 23:24:48 -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=umlgEuBjkyvUSw6Alfi/c7tx8cx4hcSFdxVgNfz7qx0=; b=UxdRkmrnGrJ1TMFG1gc32GHjG+CA+0/DatxyHeM3RwplqUwpugNbtu++kSpYPwSWm/ GWj2vH46aaca6+/NAjOKA7of1+MmjCwZ8x6ugYY59eixEtbV3qn3li4zbC5P0ArvYwlG HvGextlN9QElWA/VsBrukd3AUB/D/v2rH+Bhx9sDu6XWObIcKUM8RqUDRbDyUNXFrId9 DDDO1+/3D35iwhGrDbHlWxF47atC/gFb00wFTuoN3ekwwjwZqoWtwkHTNW4FpQlNFnNZ jTdujjmKmWfRKDbPANrcxWv7i97z8rwD/BnBskKIcBXL3vfLvd4OS5tcpjYcgtnBtcfU K89Q== X-Received: by 10.180.82.164 with SMTP id j4mr5255927wiy.65.1379139888140; Fri, 13 Sep 2013 23:24:48 -0700 (PDT) Received: from new-host-3.home ([90.24.242.49]) by mx.google.com with ESMTPSA id w19sm7951900wia.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Sep 2013 23:24:47 -0700 (PDT) Message-ID: <5234012E.80800@gmail.com> Date: Sat, 14 Sep 2013 08:24:46 +0200 From: =?UTF-8?B?RW1tYW51ZWwgTMOpY2hhcm55?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: [ApacheDS] [Studio] References: <523386A5.3010201@gmail.com> <52339679.7040203@gmail.com> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Le 9/14/13 6:43 AM, Richard Mixon a écrit : > Emmanuel, > Thank yo u - I ended up doing something similar that worked, after starting > over with a default config.ldif > > 1. Created a partition with ID of sevenSeas and Suffix "dc=sevenSeas" > 2. After restarting the server, right-clicked on the partition and created > an entry with "o=sevenSeas". BTW, when you do this and select New, you are > given options to create a New Entry or a New Context Entry. I would have > thought Context Entry was the right choice, but just the simple Entry is > what worked. The ContextEntry is associated with the partition, ie with dc=sevenSeas. Here, you have created another entry which DN is o=sevenSeas,dc=sevenSeas. This is a plain new entry, not a Context entry. I *think* that whe you create the partition, the context entry is now automatically created (to be checked), and if so, we have to fix the documentation to reflect this feature. > 3. Afterwards after adding the following entry to the top of > apache-ds-tutorial.ldif it successfully imported: > > dn: o=sevenSeas,dc=sevenSeas > o: sevenSeas > objectClass: top > objectClass: organization > description: The context entry for suffix o=sevenSeas > > Thank you all for you help. > > I believe it would help a lot of LDAP nubies if the the tutorial recipe was > a bit more precise for importing the example/tutorial. > > Is there a way to contribute some corrections/clarifications to these links? > > http://directory.apache.org/apacheds/basic-ug/1.5-sample-configuration.html > http://directory.apache.org/apacheds/basic-ug/1.4.3-adding-partition.html > I would be happy to do so. They are plain text document, using markdown. They are available at http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/basic-ug/. Any patch on those files (and that can include fixes to the bad english used) is very welcomed (the best way to submit patches is to create a JIRA - see http://directory.apache.org/issue-tracking.html - and to attach a diff to it). Many thanks ! -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com