This is an Exchange 5.5 server that happens to be on a Windows 2000 box. I'm
attempting to connect to the Exchange 5.5 directory, not Exchange 2000 on AD. The UPN
login fails as well. I'm suspecting either some kind of security setting(s) that
exist on 2000 that weren't on NT 4, or some kind
Try to use the AD attribute userprincipalname to bind
([EMAIL PROTECTED]) ...
-Original Message-
From: Andreas Elflein [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2003 3:54 AM
To: [EMAIL PROTECTED]
Subject: Re: Authetication again Active Directory Server
Hi,
I have n early
You may want to try binding with the userprincipalname in AD ... which
usually looks like [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2003 12:41 PM
To: [EMAIL PROTECTED]
Subject: Connecting to exchange 5.5 on W
This most likely means that the communication link between the program and the
LDAP server went awry. This could be caused by the server or the network. My
advice would be to test for this message, then restart, assuming taht it only
happens once in a while.
--Jim
On Wed, 5 Nov 2003, Reena J
Hi all,
I have been using Net::LDAP to connect to Exchange 5.5 servers on NT 4.0 without
problems, but have started experiencing problems when the Exchange servers are
upgraded to Windows 2000. The connection code is
my $ldap = Net::LDAP->new( $serverName, port=>$port);
if (!($ldap))
{
Hi everyone,
I use Net::LDAP in a script that does a daily search on a large LDAP
database (~80,000 entries). The expected return from the search is ~2000
entries. One run of the script threw up this error:
my $mesg = $ldap->search(base=>...);
$mesg->error was "I/O Error Connection reset by pee
Hi,
I have n early th same problem. Maybe we could help each other. Try:
my $m;#=Net::LDAP::Message->new(); # Answer from LDAP-Server
$ldap = Net::LDAP->new($LDAPhost) or die "Can't find Server";
$m=$ldap->bind(dn=>$userDN,password=>$userPasswd); # Auth User
if ($m->is_error()) # o