Package: samba Version: 2:4.2.10+dfsg-0+deb8u3 Severity: normal Tags: patch
-- System Information: Debian Release: 8.5 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages samba depends on: ii adduser 3.113+nmu3 ii dpkg 1.17.27 ii libbsd0 0.7.0-2 ii libc6 2.19-18+deb8u4 ii libhdb9-heimdal [heimdal-hdb-api-8] 1.6~rc2+dfsg-9 ii libldb1 2:1.1.20-0+deb8u1 ii libpam-modules 1.1.8-3.1+deb8u1+b1 ii libpam-runtime 1.1.8-3.1+deb8u1 ii libpopt0 1.16-10 ii libpython2.7 2.7.9-2 ii libtalloc2 2.1.2-0+deb8u1 ii libtdb1 1.3.6-0+deb8u1 ii libtevent0 0.9.25-0+deb8u1 ii lsb-base 4.1+Debian13+nmu1 ii multiarch-support 2.19-18+deb8u4 ii procps 2:3.3.9-9 ii python 2.7.9-1 ii python-dnspython 1.12.0-1 ii python-ntdb 1.0-5 ii python-samba 2:4.2.10+dfsg-0+deb8u3 pn python2.7:any <none> ii samba-common 2:4.2.10+dfsg-0+deb8u3 ii samba-common-bin 2:4.2.10+dfsg-0+deb8u3 ii samba-dsdb-modules 2:4.2.10+dfsg-0+deb8u3 ii samba-libs 2:4.2.10+dfsg-0+deb8u3 ii tdb-tools 1.3.6-0+deb8u1 ii update-inetd 4.43 Versions of packages samba recommends: ii attr 1:2.4.47-2 ii logrotate 3.8.7-1+b1 ii samba-vfs-modules 2:4.2.10+dfsg-0+deb8u3 Versions of packages samba suggests: ii bind9 1:9.9.5.dfsg-9+deb8u6 ii bind9utils 1:9.9.5.dfsg-9+deb8u6 pn ctdb <none> pn ldb-tools <none> ii ntp 1:4.2.6.p5+dfsg-7+deb8u2 ii smbldap-tools 0.9.9-1 ii winbind 2:4.2.10+dfsg-0+deb8u3 -- debconf information excluded Index: samba-4.2.10+dfsg/source3/auth/auth_ntlmssp.c =================================================================== --- samba-4.2.10+dfsg.orig/source3/auth/auth_ntlmssp.c +++ samba-4.2.10+dfsg/source3/auth/auth_ntlmssp.c @@ -165,7 +165,7 @@ NTSTATUS auth3_check_password(struct aut user_info->remote_host, user_info->password.response.lanman.data ? &user_info->password.response.lanman : NULL, user_info->password.response.nt.data ? &user_info->password.response.nt : NULL, - NULL, NULL, NULL, + NULL, NULL, user_info->password.plaintext, AUTH_PASSWORD_RESPONSE); if (!NT_STATUS_IS_OK(nt_status)) {