Autor Thema: pca - patch check advanced  (Gelesen 1859 mal)

JanD

  • Gast
pca - patch check advanced
« am: 30. September 2008, 15:40:26 »
Hi

pca soll für die patch-Verarbeitung recht gut sein (Meinung im Internet)

Ich hab versucht, das Teil zum laufen zu bekommen - schaff es aber nicht

Mögliches Problem ist der wget, der wohl von pca aufgerufen/benutzt wird.
Wenn ich wget direkt benutze, muss ich ihm Proxy-Anmeldedaten (user/passwd) mitgeben.
Wenn ich pca benutze, habe ich keine Möglichkeit dem wget die Proxy-Anmeldedaten mitzugeben.

Was kann ich machen?


sonnenblen.de - Das unabhängige Sun User Forum

pca - patch check advanced
« am: 30. September 2008, 15:40:26 »

Offline Ten Little Indyans

  • Sobl Bachelor
  • ***
  • Beiträge: 218
Re: pca - patch check advanced
« Antwort #1 am: 30. September 2008, 20:19:40 »
Wenn ich pca benutze, habe ich keine Möglichkeit dem wget die Proxy-Anmeldedaten mitzugeben.

Was kann ich machen?

Die Werte für proxy-user und proxy-password müsste man auch in der .wgetrc eintragen können.

Zitat von: wget(1)
Another way to specify username and password is in the URL itself.  Either method reveals your password to anyone who both-
ers to run "ps".  To prevent the passwords from being seen, store them in .wgetrc or .netrc, and make sure to protect those
files from other users with "chmod".  If the passwords are really important, do not leave them lying in those files
either---edit the files and delete them after Wget has started the download.

Zitat von: wget(1)
       --proxy-user=user
       --proxy-password=password
           Specify the username user and password password for authentication on a proxy server.  Wget will encode them using the
           "basic" authentication scheme.

           Security considerations similar to those with --http-password pertain here as well.