I have a module which makes several sequential calls to the LDAP server
and after the first 10-15 calls my connection seems to be getting
dropped.
Is there a method in net::ldap which allows me to check the state of the
connection to see if it is still good before attempting to reuse it?
Th
On 28 Feb 2008, at 14:13, Zumwalt, Robert wrote:
I have a module which makes several sequential calls to the LDAP
server
and after the first 10-15 calls my connection seems to be getting
dropped.
Is there a method in net::ldap which allows me to check the state of
the
connection to see
Thank you for the reply.. I found the problem... and I created it.. I
was disconnecting from the LDAP connection any time I received an error
condition back in my error checking and reporting method. However this
is not the behavior I want all as I do expect some "not found" results
which are retu
How can I set SASL security options ? I want to use ldap with SASL/GSSAPI
and control the maxssf security setting.
Is this part of Net::LDAP or Authen::SASL ?
Thank you
Markus