0
votes
0answers
21 views

IBM OpenLDAP, .NET DirectoryServices.Protocols, and a LoadBalancer

To put it simply.. this code works when LdapServer is the test LDAP server or directly against one of the production LDAP servers. Yet when it goes against the load balancer's IP it generates an ...
2
votes
1answer
64 views

connecting to LDAP server

I am a beginner with Ldap Server. I am trying to establish connection with my server using LDAP Wizard but dont know the values of the various parameters. could any body suggest the values? I am ...
0
votes
1answer
623 views

error on connecting to OpenLDAP using LdapConnection

using (LdapConnection ldap = new LdapConnection("localhost:389")) { //ldap.AuthType = AuthType.Basic; ldap.Bind(new ...
1
vote
1answer
412 views

SessionOptions.SecureSocketLayer

I have a problem about a connection to an LDPS server with C# code. I'm working on Windows server 2003 SP2 and i try to connect to an LDAP server with a c# code. The framework is .net 2.0 Ther ...