Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 90072 invoked from network); 18 Oct 2007 17:20:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 17:20:17 -0000 Received: (qmail 67347 invoked by uid 500); 18 Oct 2007 17:20:04 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 67296 invoked by uid 500); 18 Oct 2007 17:20:04 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 67285 invoked by uid 99); 18 Oct 2007 17:20:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 10:20:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 17:20:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E51651A9832; Thu, 18 Oct 2007 10:19:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r586036 - in /geronimo/samples/trunk/samples/ldap-sample-app: ldap-realm.xml ldap-sample-app-war/src/main/webapp/ldap-sample.ldif ldap-sample.ldif Date: Thu, 18 Oct 2007 17:19:25 -0000 To: scm@geronimo.apache.org From: gawor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071018171925.E51651A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gawor Date: Thu Oct 18 10:19:24 2007 New Revision: 586036 URL: http://svn.apache.org/viewvc?rev=586036&view=rev Log: added ldap-realm.xml and moved ldap-sample.ldif Added: geronimo/samples/trunk/samples/ldap-sample-app/ldap-realm.xml (with props) geronimo/samples/trunk/samples/ldap-sample-app/ldap-sample.ldif - copied unchanged from r586030, geronimo/samples/trunk/samples/ldap-sample-app/ldap-sample-app-war/src/main/webapp/ldap-sample.ldif Removed: geronimo/samples/trunk/samples/ldap-sample-app/ldap-sample-app-war/src/main/webapp/ldap-sample.ldif Added: geronimo/samples/trunk/samples/ldap-sample-app/ldap-realm.xml URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/ldap-sample-app/ldap-realm.xml?rev=586036&view=auto ============================================================================== --- geronimo/samples/trunk/samples/ldap-sample-app/ldap-realm.xml (added) +++ geronimo/samples/trunk/samples/ldap-sample-app/ldap-realm.xml Thu Oct 18 10:19:24 2007 @@ -0,0 +1,51 @@ + + + + console.realm + LDAP_Sample_Realm + 1.0 + car + + + + org.apache.geronimo.configs + j2ee-security + car + + + + + LDAP_Sample_Realm + + ServerInfo + + + + + LDAP_Sample_Realm + org.apache.geronimo.security.realm.providers.LDAPLoginModule + com.sun.jndi.ldap.LdapCtxFactory + ldap://localhost:10389 + uid=admin,ou=system + secret + simple + ou=users,ou=system + uid={0} + false + ou=groups,ou=system + cn + (uniqueMember={0}) + false + + + LDAP_Sample_Realm-Audit + org.apache.geronimo.security.realm.providers.FileAuditLoginModule + var/log/login-attempts.log + + + + + + Propchange: geronimo/samples/trunk/samples/ldap-sample-app/ldap-realm.xml ------------------------------------------------------------------------------ svn:eol-style = native