The Samba-Bugzilla – Attachment 3209 Details for
Bug 5342
Can't authenticate with plaintext password
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
"encrypted passwords = no" instead
samba_3_2_test.encrypted_passwords_no-1.patch (text/plain), 928 bytes, created by
Yannick Bergeron (mail address dead)
on 2008-03-25 08:56:51 UTC
(
hide
)
Description:
"encrypted passwords = no" instead
Filename:
MIME Type:
Creator:
Yannick Bergeron (mail address dead)
Created:
2008-03-25 08:56:51 UTC
Size:
928 bytes
patch
obsolete
>diff -c -r samba_3_2_test/source/smbd/sesssetup.c samba_3_2_test.encrypted_passwords_no/source/smbd/sesssetup.c >*** samba_3_2_test/source/smbd/sesssetup.c Thu Mar 20 12:05:24 2008 >--- samba_3_2_test.encrypted_passwords_no/source/smbd/sesssetup.c Tue Mar 25 09:53:41 2008 >*************** >*** 1556,1565 **** > STR_TERMINATE); > } > if (!pass) { >! reply_nterror(req, nt_status_squash( >! NT_STATUS_INVALID_PARAMETER)); >! END_PROFILE(SMBsesssetupX); >! return; > } > plaintext_password = data_blob(pass, strlen(pass)+1); > } >--- 1556,1570 ---- > STR_TERMINATE); > } > if (!pass) { >! if (lp_encrypted_passwords()) { >! reply_nterror(req, nt_status_squash( >! NT_STATUS_INVALID_PARAMETER)); >! END_PROFILE(SMBsesssetupX); >! return; >! } >! else { >! pass = ""; >! } > } > plaintext_password = data_blob(pass, strlen(pass)+1); > }
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 5342
:
3208
|
3209
|
3210
|
3212