Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 31585 invoked from network); 26 May 2007 12:47:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 May 2007 12:47:04 -0000 Received: (qmail 28829 invoked by uid 500); 26 May 2007 12:47:06 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 28805 invoked by uid 500); 26 May 2007 12:47:06 -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 28794 invoked by uid 99); 26 May 2007 12:47:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 May 2007 05:47:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [212.27.42.35] (HELO smtp5-g19.free.fr) (212.27.42.35) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 May 2007 05:47:00 -0700 Received: from [192.168.0.1] (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by smtp5-g19.free.fr (Postfix) with ESMTP id 91C1B442CD for ; Sat, 26 May 2007 14:46:39 +0200 (CEST) Message-ID: <46582C2F.8060703@apache.org> Date: Sat, 26 May 2007 14:46:39 +0200 From: Emmanuel Lecharny User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: fr, en MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: ldap server References: <20070526121620.86004.qmail@web54003.mail.re2.yahoo.com> In-Reply-To: <20070526121620.86004.qmail@web54003.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org arsalan fallah a �crit : >hello > how can i integrate ladp in windows and connect it with acegi security > > Hi ! not sure that this is the perfect mailing list for those question, unless uyou want to know : "How do I configure AcegiSecurity to use Apache Directory Server on windows". Let's assume this is your question. 1) First, install Apache Directory Server on windows. - Download the windwos version from http://www.apache.org/dyn/closer.cgi/directory/apacheds/unstable/1.5/1.5.0 - Install and test the server : http://directory.apache.org/apacheds/1.5/13-installing-and-starting-the-server.html 2) Read this doc : http://www.acegisecurity.org/docbook/acegi.html#ldap 3) You may have to create a partition to store your data (|dc=acegisecurity,dc=org|) : http://directory.apache.org/apacheds/1.5/14-basic-configuration-tasks.html#1.4.Basicconfigurationtasks-Addingyourownpartitionresp.suffix 4) You may also have to create those entries : |ou=groups,dc=acegisecurity,dc=org ||uid=,ou=people,dc=acegisecurity,dc=org |Just use LdapStudio to do that, it's easy and you get some help if needed : http://directory.apache.org/ldapstudio/ and http://directory.apache.org/ldapstudio/users-guide.html Hope it helps ! Emmanuel ||