> It turns > out I was not setting it correctly--when I do > $r->connection->user($user), it works as expected....
well, $r->user($user) and $r->connection->user($user) should be equivalent calls for the version you're using, but if you have something to work that's even better :) --Geoff