The Samba-Bugzilla – Attachment 10327 Details for
Bug 9705
cannot connect with plaintext password
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to source3/auth/auth_ntlmssp.c to restore plain text password feature
samba-patch.txt (text/plain), 625 bytes, created by
Gabriel Gomez
on 2014-10-06 14:33:42 UTC
(
hide
)
Description:
patch to source3/auth/auth_ntlmssp.c to restore plain text password feature
Filename:
MIME Type:
Creator:
Gabriel Gomez
Created:
2014-10-06 14:33:42 UTC
Size:
625 bytes
patch
obsolete
>--- samba-4.1.6+dfsg/source3/auth/auth_ntlmssp.c 2012-02-17 00:00:00.449156964 -0300 >+++ samba-4.1.6+dfsg-new/source3/auth/auth_ntlmssp.c 2014-10-03 18:06:23.795911129 -0300 >@@ -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)) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 9705
:
8622
| 10327