Can I get LDAP?

m7j4p7

Well-known member
Joined
Nov 16, 2003
Messages
54
Hi,

I am writing some vb software which will communicate with their active directory. Because I am writing this at home, can I get LDAP from somewhere to install on my WinXP Pro machine so that I can test my code without having to by Server 2003?

Thanks in advance,
 
A quick Google search for "ldap" turned up this:
http://www.openldap.org/
Ive never tried it so I cant speak for it.

To use MSs LDAP youll need WinNT, Win2000 Server (any version but Pro) or Win2003 to get an active directory installed. If this is for work, you should be able to code against your DC. If this is for home/practice, you might try the above link or something similar. You *might* be able to use MSs LDAP components to communicate with their LDAP server, but I havent tried it.

-Nerseus
 
Back
Top