[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Connecting to LDAP with a multithreaded client
- To: <openldap-software@OpenLDAP.org>
- Subject: Connecting to LDAP with a multithreaded client
- From: "Nikie Parikh" <Nikie.Parikh@botcc.com>
- Date: Tue, 14 May 2002 11:56:11 -0500
- Cc: "Mark Martin" <Mark.Martin@botcc.com>
- Content-class: urn:content-classes:message
- Thread-index: AcH7aA2kbhUl12c/EdaSQwADRwrDyQ==
- Thread-topic: Connecting to LDAP with a multithreaded client
Hi,
I am having problems connecting to the ldap server with a multithreaded client on solaris. We try to connect to ldap using ldap_bind_s using the simple authentication method. Before this, we call ldap_init. This method of connection works for our other applications that connect from the main thread of the program, but the application that is having problems connect from a thread other than the main thread (We get a return code of 81). Is there something special that needs to be done while connecting in a multithreaded environment?
Thanks,
Nikie Parikh