Marko Dinic <marko at yu.net> wrote:
> and add each of these virtual domains to proxy.conf as realms, it works
> like a charm... However,
You don't need to add the realms to proxy.conf. You should be able
to use "hints", instead:
DEFAULT User-Name =~ "@(.*)$"
Realm := "${1}"
Remove the realms from proxy.conf, and it should work.
Alan DeKok.