Bug#700983: squid3: samba auth failed (maybe smbclient ignore the USER environment variable)

2014-10-30 Thread Luigi Gangitano
reassign 700983 smbclient 3.6.6-1 retitle 700983 smbclient: does not read $USER from environment thanks Thanks for running the test-case. I’m re-assigning this bug to smbclient. Best regards, L -- Luigi Gangitano -- lu...@debian.org mailto:lu...@debian.org -- gangit...@lugroma3.org

Bug#700983: squid3: samba auth failed (maybe smbclient ignore the USER environment variable)

2014-10-29 Thread Luigi Gangitano
Hi, Every documentation I found about smbclient states that $USER environment variable is checked first. Do you have evidence that this is not the case on your system? Did the change to smb_auth.sh fix it? Since this is a documented feature in smbclient which is missing I would move this bug

Bug#700983: squid3: samba auth failed (maybe smbclient ignore the USER environment variable)

2014-10-29 Thread 高超
-- Forwarded message -- From: *高超* acha...@gmail.com javascript:_e(%7B%7D,'cvml','acha...@gmail.com'); Date: Thursday, October 30, 2014 Subject: Bug#700983: squid3: samba auth failed (maybe smbclient ignore the USER environment variable) To: Luigi Gangitano lu...@debian.org

Bug#700983: squid3: samba auth failed (maybe smbclient ignore the USER environment variable)

2013-02-19 Thread Gao Chao
Package: squid3 Version: 3.1.20-2.1 Severity: normal Dear Maintainer, The smbclient doesn't handle USER environment variable, just append --user=USER in smb_auth.sh can resolved it. -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (500, 'testing')

Bug#700983: squid3: samba auth failed (maybe smbclient ignore the USER environment variable)

2013-02-19 Thread 高超
the patch: ~$ diff smb_auth.sh /usr/lib/squid3/smb_auth.sh 66c66 authinfo=`smbclient //$dcname/$AUTHSHARE -I $dcip -d 0 -E -W $DOMAINNAME -c get $authfilebs - 2/dev/null` --- authinfo=`smbclient //$dcname/$AUTHSHARE -I $dcip -d 0 -E -W $DOMAINNAME -c get $authfilebs - --user=$USER 2/dev/null`