Connection dropping?

2008-02-28 Thread Zumwalt, Robert
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

Re: Connection dropping?

2008-02-28 Thread Chris Ridd
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

RE: Connection dropping?

2008-02-28 Thread Zumwalt, Robert
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

Setting security options when using ldap with sasl

2008-02-28 Thread Markus Moeller
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