From users-return-2461-apmail-directory-users-archive=directory.apache.org@directory.apache.org Fri May 22 08:41:42 2009 Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 61745 invoked from network); 22 May 2009 08:41:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 May 2009 08:41:42 -0000 Received: (qmail 73678 invoked by uid 500); 22 May 2009 08:41:55 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 73603 invoked by uid 500); 22 May 2009 08:41:55 -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 73585 invoked by uid 99); 22 May 2009 08:41:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 08:41:54 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of akarasulu@gmail.com designates 74.125.44.28 as permitted sender) Received: from [74.125.44.28] (HELO yx-out-2324.google.com) (74.125.44.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 08:41:42 +0000 Received: by yx-out-2324.google.com with SMTP id 8so1225283yxm.55 for ; Fri, 22 May 2009 01:41:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=XuuzRUjUsUDleDYq0egTLWuYLBBzNRpOujcqHdL6bvw=; b=HBDFHOgk8eBSeaC5Vl1KJ4a3RNsoD9sjGjjhC7hccg8q9O/Ja3DIoeZFKSYpGZT3rZ JDNx66SCFu1sPF6UT9x62SDdjqkluvX5sV5shPgoBznXb9SbwOVYQYIEtvwKqIg7M1+Y a9vi5BdtYTG2GYbiDc9nTmN7priW7XCgT/sB0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Dkw3bdpJAAlkAuJ5OL8ildhPDgYZiVynik62J5NEoN9tZqR/DvwqZXngGCICfZcg/a eG1IOvz/uFcn1dznk2vAz5XTNrzu++adcZYU+pj7J2Oj5DMKcWO2s5lumS1HpYUIxvCR EP5O8PjQgzu5ADms8eS1qaoD4tjI0orO1fWM4= MIME-Version: 1.0 Received: by 10.100.248.13 with SMTP id v13mr6891436anh.123.1242981681754; Fri, 22 May 2009 01:41:21 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 May 2009 04:41:21 -0400 Message-ID: Subject: Re: [grails-user] New plugin: ldap-server. From: Alex Karasulu To: users@directory.apache.org Content-Type: multipart/alternative; boundary=0016368e1d1f9a735a046a7c3956 X-Virus-Checked: Checked by ClamAV on apache.org --0016368e1d1f9a735a046a7c3956 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Thank you Luke. That was very kind of you to post here. I'm sure the Directory Team is delighted. Best of luck to you and the success of your new plugin. On Wed, May 20, 2009 at 11:18 PM, Luke Daley wrote: > Hi, > > I have just developed this Grails plugin and would like to thank all who > have worked on ApacheDS that made it possible. > > Thanks for the hard work. > > Begin forwarded message: > > From: Luke Daley >> Date: 21 May 2009 1:15:14 PM >> To: Grails Users >> Subject: [grails-user] New plugin: ldap-server. >> Reply-To: user@grails.codehaus.org >> >> Hi, >> >> I have just released version 0.1 of the new ldap-server plugin for Grail= s. >> >> http://grails.org/plugin/ldap-server >> >> This plugin allows you to embed a =93transient=94 LDAP server in your Gr= ails >> application for rapid development and continuous testing (not unlike how >> Grails uses HSQLDB). The plugin uses ApacheDS 1.5.4 as it's directory >> implementation. >> >> It currently has the following features: >> >> =95 Revertable directory state >> =95 Automatic loading of defined static data >> =95 Automatic loading of defined custom schema >> =95 Support for loading templated LDIF fixtures >> =95 Support for loading arbitrary LDIF (file, dir of .ldif files,= or >> a string of LDIF) >> =95 Dynamic reloading of directories on static data, schema or co= nfig >> change >> =95 Servers available as beans in the application context within = your >> application (for getting at data or reverting state) >> =95 A exists(String dn) server bean method for verifying that an >> entry exists in the directory >> =95 A getAt(String dn) server bean method for getting the entry a= t dn >> as a Map >> >> This plugin combined with the existing ldap plugin ( >> http://grails.org/plugin/ldap) provides a very productive environment fo= r >> developing applications that interact with LDAP directories. >> > --=20 Alex Karasulu My Blog :: http://www.jroller.com/akarasulu/ Apache Directory Server :: http://directory.apache.org Apache MINA :: http://mina.apache.org --0016368e1d1f9a735a046a7c3956--