]
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
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
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
I run the following script:
#!/usr/bin/perl -T -w
# This script will pull all users' SMTP addresses from your Active
Directory
# (including primary and secondary email addresses) and list them in the
# format "[EMAIL PROTECTED] OK" which Postfix uses with
relay_recipient_maps.
# Be sure to double