Re: Problem with Linux and Net::LDAP

2004-08-31 Thread Graham Barr
] Sent: Tuesday, August 31, 2004 4:17 PM To: Scott George Cc: [EMAIL PROTECTED] Subject: Re: Problem with Linux and Net::LDAP On 31 Aug 2004, at 16:50, Scott George wrote: I run the following script: $mesg = $ldap->bind ( dn => $user, password =>$passwd); if ( $m

RE: Problem with Linux and Net::LDAP

2004-08-31 Thread Scott George
Error Resource temporarily unavailable Packets are identical with the exception of the TCP window size. Scott George -Original Message- From: Graham Barr [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:17 PM To: Scott George Cc: [EMAIL PROTECTED] Subject: Re: Problem with Linux an

Re: Problem with Linux and Net::LDAP

2004-08-31 Thread Graham Barr
On 31 Aug 2004, at 16:50, Scott George wrote: I run the following script: $mesg = $ldap->bind ( dn => $user, password =>$passwd); if ( $mesg->code()) { die ("error:", $mesg->code(),"\n"); } I am getting the output: "error:1" from the script If you used ->error instead of