← Back to team overview

enterprise-support team mailing list archive

[Bug 1379880] [NEW] plain text password authentication not working

 

Public bug reported:

After upgrading to 14.04 plain text auth is not working.

I've solved it with this patch:

--- samba-4.1.6+dfsg/source3/auth/auth_ntlmssp.c
+++ samba-4.1.6+dfsg-new/source3/auth/auth_ntlmssp.c
@@ -123,7 +123,7 @@
 				       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)) {

Previous samba versions are also affected (since 2012-02-16).

** Affects: samba4 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to samba4 in Ubuntu.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1379880

Title:
  plain text password authentication not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1379880/+subscriptions


Follow ups

References