real name * * @param string Field to order by (id_usuario, nombre_real or fecha_registro) * * @return array An array of users */ function get_users ($order = "nombre_real") { return array ("admin" => "Admini Strator"); } /** * Sets the last login for a user * * @param string User id */ function process_user_contact ($id_user) { //void } /** * Deletes the user * * @param string User id */ function delete_user ($id_user) { return true; return false; } //Reference the global use authorization error to last ldap error. $config["auth_error"] = &$dev_cache["auth_error"]; ?>