You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by arsalan fallah <ar...@yahoo.com> on 2007/05/26 14:16:20 UTC

ldap server

hello
  how can i integrate ladp in windows and connect it with acegi security

       
---------------------------------
You snooze, you lose. Get messages ASAP with AutoCheck
 in the all-new Yahoo! Mail Beta. 

Re: ldap server

Posted by Emmanuel Lecharny <el...@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=<user-login-name>,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
||