Displaying 2 results from an estimated 2 matches for "http_passwd".
2012 Feb 09
2
Problems with Microsoft Forefront proxy with yum
...o all,
How can I configure yum to download updates when I need to
authenticate to a Microsoft Forefront proxy?? I have tried to
configure http_proxy variable as a
"http_proxy="http://DOMAIN\\user:passwd at proxy:port/", but it doesn't
works ... I have tried to set http_user and http_passwd also without
luck.
Thanks.
2007 Mar 14
2
A java initialization routine
...nd submit it.
Thanks for any direction you might provide.
It''s kinda long, so I apologize:
function InitValue(passForm) {
// var snmp_ver = ''0'';
/*-----AP Password-----*/
passForm.http_username.value = ''username''; // admin/user/0/username
passForm.http_passwd.value = ''supersecret''; // admin/user/0/password
passForm.confirm_http_passwd.value = ''supersecret''; // admin/user/0/password
passForm.webs_use_https.value = ''1'';
passForm.wireless_access_web.value = ''0'';
passForm.snmp_...