plain text password authentication not working

Bug #1379880 reported by ggomez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
samba4 (Ubuntu)
New
Undecided
Unassigned

Bug Description

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).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.