The Samba-Bugzilla – Attachment 3356 Details for
Bug 5555
net join for a Samba PDC doesn't set the 'password last set' field.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
look (text/plain), 540 bytes, created by
Jeremy Allison
on 2008-06-20 20:31:26 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2008-06-20 20:31:26 UTC
Size:
540 bytes
patch
obsolete
>diff --git a/source/rpc_server/srv_samr_nt.c b/source/rpc_server/srv_samr_nt.c >index 5f1ef25..0056966 100644 >--- a/source/rpc_server/srv_samr_nt.c >+++ b/source/rpc_server/srv_samr_nt.c >@@ -3435,7 +3435,7 @@ static BOOL set_user_info_pw(uint8 *pass, struct samu *pwd, > * it is needed to make XP join LDAP correctly, without it the later > * auth2 check can fail with PWD_MUST_CHANGE. > */ >- if (level != 25) { >+ if (level != 25 && last_set_time) { > /* > * restore last set time as this is an admin change, not a > * user pw change
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 5555
:
3356
|
3368