Source: squid3 Version: 3.4.8-6+deb8u2 Severity: minor Tags: patch Dear Maintainer,
please have a look at Bug #793400. I couldn't reopen this bug, so I had to file this new one, but it is - in each detail - the very same regression again. After an Upgrade to version 3.4.8-6+deb8u2, jessie (stable), users are no longer able to authenticate against a windows domain controller. The problem: basic_smb_auth.sh delivers the credentials via environment in a form "$USER%$PASSWORD", which is not expected from smbclient. Following changes in /usr/lib/squid3/basic_smb_auth.sh solve the problem -USER="$SMBUSER%$SMBPASS" +USER="$SMBUSER" +PASSWD="$SMBPASS" export USER +export PASSWD -- System Information: Debian Release: 8.5 APT prefers stable APT policy: (700, 'stable'), (500, 'stable-updates') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

