Sorry about this but I guess I was in such a hurry to get this posted I forgot to show my connection code
i am using an LDAP on other systems that I use including several that have ISS and PHP.
$server= "ldaps://ldap.XXXX.com";
$port=636;
$connect=ldap_connect($server,$port);
$bind=ldap_bind($connect);