Re: [PHP-WIN] LDAP newb gets errors against 2003 AD

2006-03-09 Thread Aaron Kenney
t; > > -----Original Message----- > From: Aaron Kenney [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 08, 2006 5:30 PM > To: php-windows@lists.php.net > Subject: [PHP-WIN] LDAP newb gets errors against 2003 AD > > So here is the offending code: > > --

RE: [PHP-WIN] LDAP newb gets errors against 2003 AD

2006-03-09 Thread Bowden, Zeb
PROTECTED] Sent: Wednesday, March 08, 2006 5:30 PM To: php-windows@lists.php.net Subject: [PHP-WIN] LDAP newb gets errors against 2003 AD So here is the offending code: -- "; echo "ou: " . $info[$i]["ou"][0]; echo "

[PHP-WIN] LDAP newb gets errors against 2003 AD

2006-03-08 Thread Aaron Kenney
So here is the offending code: -- "; echo "ou: " . $info[$i]["ou"][0]; echo "mail: " . $info[$i]["mail"][0]; } } else { echo "LDAP bind failed..."; } } ldap_close($ldapconn); ?> -- Here is the result: ---