Installing JNDI on windows

Hello friends,I want to install LDAP on windows. Please can anybody give me some sort of idea how do i do it? Please pass on any link or referewnce if you have.Thank you
[190 byte] By [alvandipa] at [2007-9-25]
# 1

I'm not sure whether you mean you want to install Java/JNDI on Windows to enable you to build LDAP client applications or whether you want to install a LDAP Server on Windows.

If it is the former, then JNDI is included in the Java SDK. If it is the latter, then one option for you is Active Directory Application Mode, a standalone LDAP directory. You can download it from http://www.microsoft.com/downloads/details.aspx?FamilyId=9688F8B9-1034-4EF6-A3E5-2A2A57B5C8E4&displaylang=en and there's some documentation available at http://technet2.microsoft.com/WindowsServer/en/library/6a4ae393-17e9-425d-b619-969dab507a6d1033.mspx (In particular if you are running on ADAM on XP, there are some settings you must configure)

Other folks on this forum, with a slightly different bias to mine, may recommend alternative LDAP servers :-)

adler_stevena at 2007-7-15 > top of java,Core,Core APIs...
# 2

> I'm not sure whether you mean you want to install

> Java/JNDI on Windows to enable you to build LDAP

> client applications or whether you want to install a

> LDAP Server on Windows.

Hi i mean here that i plan to install a LDAP server on windows something like openLADP. This is the first time i am workin with LDAP. I need to connect to LDAP from a JAVA appln and create users in LDAP so that the AD can use it to do its stuff. So it would be great if somebody could tell me how do i install LDAP server like openLDAP on windows.

alvandipa at 2007-7-15 > top of java,Core,Core APIs...