When we are trying to import LDAP users from Active Directiry through VB.Net in Which SSL is applied. then it is giving server is not operational or unknow username. Means it is not authenticated. When we import without ssl then it is allowed. We are using
following text for DirectoryEntry Object.
Dim deEntry As New DirectoryEntry("LDAP://199.199.50.50:636", "199.199.50.50\" & strUserId, strPassword)
deEntry.AuthenticationType = AuthenticationTypes.SecureSocketLayer
So pl help that why it is not able to import. Is there anything missing ?
Thanks
Ankit