ldap_bind(): Unable to bind to server: Protocol error in

if (ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3)) {
    echo "Using LDAPv3"."<br />;";
} else {
    echo "Failed to set protocol version to 3"."<br />;";

}




你可能感兴趣的:(server)