ROOTD password authentication

I have started rootd as root with
rootd -r -p 5151
with (user, password) authentication (code 0 root.cern.ch/root/Auth.html )

I’m trying to connect from another pc…

  • launch root
  • TFile*test=TFile::Open(“root://testuser@serveraddress:5151//myfile”);
    (testuser is an account on rootd machine).

It works, but root asks me the password THREE TIMES,

  1. in a graphic dialog
  2. command line
  3. in another graphic dialog
    and then it works.

What’s the problem?
Thanks
YAWN

This problem should be fixed in the trunk.

Cheers, Fons.