The solution from the Selenium FAQ does not work - FireFox now adds a prompt to confirm that the user means to authenticate which does not have an obvous-to-me Selenium task.
"You are about to log in to the site "my.domain.com" with the username "myuser"
The cheapest solution is to manually enter the credentials once with the browser profile that the selenium session uses and let the browser save them. (I did this in mid-test)
Also added the profile integer value network.http.phishy-userpass-length;255
This other question pointed me at the way to do it programmatically, i.e. using Selenium 2