On Mon, 17 Nov 2003 11:02:25 -0500 (EST)
[EMAIL PROTECTED] wrote:

> hi folks,
> 
> i have a problem with authenticating at a ms proxy server from linux.
> 
> the m$ proxy only accepts users which are in the sam of nt server
> the user to be authenticated is in the sam but m$ requires a domain to
> be specified with the username in the manner of domain\username or
> [EMAIL PROTECTED] . how can i get apt to authenticate like that.
<snip>

Howdy Bruce,

In root's .bashrc (since apt-get upgrade has to be run as root), or in
/etc/environment you should be able to add lines similar to the
following:

http_proxy="http://<username>:<password>@proxys_fqdn.com:<port>/"
ftp_proxy="ftp://<username>:<password>@ftpproxys_fqdn.com:<port>/"

/etc/environment should allow all users on the system to use the proxy,
where root's .bashrc will only tell programs running as root to use the
proxy. Also, if you add the lines to root's .bashrc, you will want to
add the word "export" on the lines for the proxy settings, so it would
look something like "export http_proxy...".

HTH,
Jacob

----- 
GnuPG Key: 1024D/16377135

Got Linux? 
http://www.linux.org

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to