Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 51138 invoked from network); 5 Oct 2007 14:16:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 14:16:28 -0000 Received: (qmail 63063 invoked by uid 500); 5 Oct 2007 14:16:17 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 62803 invoked by uid 500); 5 Oct 2007 14:16:16 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 62794 invoked by uid 99); 5 Oct 2007 14:16:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 07:16:16 -0700 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 snoopdave@gmail.com designates 209.85.162.180 as permitted sender) Received: from [209.85.162.180] (HELO el-out-1112.google.com) (209.85.162.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 14:16:19 +0000 Received: by el-out-1112.google.com with SMTP id o28so162065ele for ; Fri, 05 Oct 2007 07:15:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=7yy7fCpr2RsWVf7BoK0HmjHifC88H8trIXkmpJyUW8g=; b=QgWFP+jm/AdMSArogQmRCUN07ZmvyMCILqgP8iZcz7RJnBkcmcxgUPrE/Wl2uOB1liUqkwIdWhz0g17Yo6rU6jlhYI3FhoFikAcUUkKVp5SLPAgXJE6qQvELfDfyVVavb9isj0k07rPwtSV8+ZQGDBeNwUyz6J5ygVY+mn+Jbyc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gQzthZeKQHTgh6HV50XXQ7cqPvW9KcS9lZzRcmjYH2AOWiWuoMCm5KOIj0Z97nRDiin5/lGjLjMRYvBVlX+wjqgbzNlkTuXNRtTwEpbzQwzNUzDUaBtDizsYDMKXRsVuBlr+J1tvYvf6mR9Ej97xKtgT5yhQmPUULjm4ex43WVA= Received: by 10.150.11.6 with SMTP id 6mr547491ybk.1191593757982; Fri, 05 Oct 2007 07:15:57 -0700 (PDT) Received: by 10.90.53.9 with HTTP; Fri, 5 Oct 2007 07:15:57 -0700 (PDT) Message-ID: <8fb9ac720710050715k736cddaanc8353751c9db6aa7@mail.gmail.com> Date: Fri, 5 Oct 2007 10:15:57 -0400 From: Dave To: user@roller.apache.org Subject: Re: Login using Active Directory LDAP In-Reply-To: <4cd85f000710050700o255e5f3ahd47ee4b80193e349@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4cd85f000710031524y3b4d0cecy44932f81063812a9@mail.gmail.com> <4cd85f000710041342q693e531bj9b6e8baf86716bc0@mail.gmail.com> <8fb9ac720710041408l4e3ee698l3898ea4eb0af1403@mail.gmail.com> <4cd85f000710050700o255e5f3ahd47ee4b80193e349@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/5/07, Wladimir Boton wrote: > Roller is working normaly when I use the default login process (db). > > The mysql-connector-java-5.0.4-bin.jar is on the directory C:\Java\apache- > tomcat-5.5.20\common\lib > and the correct username and password was set in the > roller-custom.properties. > > Is there another place to setup this conection for the acegi? > > This is the security.xml part where is the dataSource. > > > > > value="java:comp/env/jdbc/rollerdb"/> > > > > SELECT username,rolename FROM userrole WHERE username = > ? > > admin > I have not tried to setup LDAP with Roller 4.0, but I believe that with the config you show above you will have to setup a JNDI accessible datasource for Roller. See section 9.3 in the installation guide for notes on how to do that. - Dave