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:
>
> --
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 "
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:
---