[Linuxtrent] Re: client ubuntu,active directory, isa server, proxy, e likewise

  • From: Alessandro Carloni <kaya84@xxxxxxxxx>
  • To: linuxtrent@xxxxxxxxxxxxx
  • Date: Thu, 31 Mar 2011 11:57:38 +0200

Il giorno 31 marzo 2011 11:34, matteo ruffoni <mattruffoni@xxxxxxxxx> ha
scritto:

> Il 30 marzo 2011 09:47, matteo ruffoni <mattruffoni@xxxxxxxxx> ha scritto:
> > adesso il mio apt.conf è così
>
> Acquire::http
> {
>  Proxy "http://192.168.1.1:8080/";;
>  ProxyLogin
>  {
>     "USER $(SITE_USER)@$(SITE)";
>    "PASS $(SITE_PASS)";
>  }
> }
>
> ma apt non riesce a connetersi ai repository la risposta mi pare abbia
> a che fare con 'sto benedetto isa server.
>
> W: Impossibile recuperare
>
> http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/lucid/main/binary-i386/Packages.gz
>  407  Proxy Authentication Required ( Per il completamento della
> richiesta è necessaria l'autorizzazione di ISA Server. Impossibile
> accedere al filtro proxy Web.  )
>
>
Se ho capito bene ciò che scrisse Diaolin devi mettere:
 Acquire::http
{
 Proxy "http://192.168.1.1:8080/";;
 ProxyLogin
 {
   "USER administrator@$cfp.arco.local";
   "PASS 12345678";
 }
}

A.

Other related posts: