How to config Active Directory
hi,everyone
A few days before, I had posted a thread that I failed to conect a ldap server(Active Directory) via ssl. I had thought that there must something error with my code, in face, the case is that I haven't config the Active Directory correctly.
I am newbie to Active Directory and don't kown to how to config Active Directory so that the client could get connected with it via ssl. Could anyone give some advices? Thanks :-)
Afar
[474 byte] By [
afardong] at [2007-11-17 23:50:57]

# 1 Re: How to config Active Directory
Have you tried using the ldap_sslinit function:
When you use this function, give the string to your server as follows:
DC=US,DC=NBB,DC=COM
If you wish to connect to a OU:
OU=Organization,DC=US,DC=NBB,DC=COM
If you wish to connect to a container:
CN=Cont,OU=Organization,DC=US,DC=NBB,DC=COM
Hope this helps, if not,
Let me know where else you are failing and what is the error code it is giving.
Nilaish