I have a HP workstation running Ubuntu 12.04. I have installed likewise and joined it to the corporate domain at my work. I have set the proxy settings in system -> network -> network proxy and applied system wide.
I can browse the web no problem however apt-get fails with an ISA authentication failure.
I have modified the /etc/apt/apt.conf file from
Acquire::http::proxy "http://proxy:port"
to
Acquire::http::proxy "http://DOMAIN\user:password@proxy:port"
but I am still getting an authentication error.
I have changed the password a few times, and used different accounts to the same affect. I also ran
sudo http_proxy=http://DOMAIN\user:password@proxy:port/ apt-get update
but the same issues occurred.
Any help would be appreciated