ajoute après ta connection et avant ta recherche ($ds est l'identifiant retourné par ldap_connect)
ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3);
ldap_set_option($ds, LDAP_OPT_REFERRALS, );
ldap_set_option($ds, LDAP_SCOPE_ONELEVEL, );
---------------