From dev-return-7559-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sun Aug 28 17:08:15 2005 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 28002 invoked from network); 28 Aug 2005 17:08:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2005 17:08:14 -0000 Received: (qmail 37036 invoked by uid 500); 28 Aug 2005 17:08:14 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 36977 invoked by uid 500); 28 Aug 2005 17:08:13 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 36964 invoked by uid 99); 28 Aug 2005 17:08:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2005 10:08:13 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_POST,FROM_ENDS_IN_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aok123@bellsouth.net designates 205.152.59.69 as permitted sender) Received: from [205.152.59.69] (HELO imf21aec.mail.bellsouth.net) (205.152.59.69) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2005 10:08:29 -0700 Received: from ibm63aec.bellsouth.net ([65.80.200.112]) by imf21aec.mail.bellsouth.net with ESMTP id <20050828170810.YIXP3198.imf21aec.mail.bellsouth.net@ibm63aec.bellsouth.net> for ; Sun, 28 Aug 2005 13:08:10 -0400 Received: from [172.16.1.39] (really [65.80.200.112]) by ibm63aec.bellsouth.net with ESMTP id <20050828170810.QIVE26506.ibm63aec.bellsouth.net@[172.16.1.39]> for ; Sun, 28 Aug 2005 13:08:10 -0400 Message-ID: <4311EF7A.1050601@bellsouth.net> Date: Sun, 28 Aug 2005 13:08:10 -0400 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Fwd: Apache Directory now integrated References: <431100A5.9090503@savoirtech.com> <9e3862d8050827172327a0dc41@mail.gmail.com> In-Reply-To: <9e3862d8050827172327a0dc41@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Brett Porter wrote: >In case anyone didn't know. > >- Brett > >---------- Forwarded message ---------- >From: Jeff Genender >Date: Aug 28, 2005 10:09 AM >Subject: Apache Directory now integrated >To: dev@geronimo.apache.org > > >I have integrated the Apache Directory Server into Geronimo. What that >means is Geronimo now comes with an LDAP server. > >It is initially "stopped". You can start it with the console or via the >command line scripts (deploy.sh for *nix or deploy.bat for Windows): > >deploy.sh --user system --password manager start >org/apache/geronimo/Directory > >It initially runs on port 1389, not the standard 389 because *nix boxes >will need to run as root to use this port. The port is configurable in >the DirectoryGBean found in the directory-server-plan.xml. > >It has an initial ou=system schema to start with and we can build on a >fairly sophisticated schema in time. > >This has some awesome implications for Geronimo in that we can begin >storing all sorts of configurations and system based information in it. > There is a tremendous amount we can do with this, including leveraging >new security implementations, especially single-signon. > >This is the first cut, and I have included a slew of attributes that can >be set on the GBean. Of course there are more configuration attributes >I can add...so this is only a start. > >Let the JIRA issues begin ;-) > > This is really a great move for Geronimo as Jeff describes I'm glad to hear this finally has happened. Thanks for the heads up Brett. Alex