The Samba-Bugzilla – Attachment 3271 Details for
Bug 5432
password changing failed via pam_winbind on Solaris
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch: Remove redundant pam_set_item() call
samba-3.0.28-pam_winbind-chauthtok.patch (text/plain), 617 bytes, created by
SATOH Fumiyasu
on 2008-04-30 05:03:08 UTC
(
hide
)
Description:
Proposed patch: Remove redundant pam_set_item() call
Filename:
MIME Type:
Creator:
SATOH Fumiyasu
Created:
2008-04-30 05:03:08 UTC
Size:
617 bytes
patch
obsolete
>diff --git a/source/nsswitch/pam_winbind.c b/source/nsswitch/pam_winbind.c >index 2846e14..de04f84 100644 >--- a/source/nsswitch/pam_winbind.c >+++ b/source/nsswitch/pam_winbind.c >@@ -2048,12 +2048,6 @@ int pam_sm_chauthtok(pam_handle_t * pamh, int flags, > } > > pam_set_data(pamh, PAM_WINBIND_PWD_LAST_SET, (void *)pwdlastset_prelim, NULL); >- >- ret = pam_set_item(pamh, PAM_OLDAUTHTOK, (const void *) pass_old); >- pass_old = NULL; >- if (ret != PAM_SUCCESS) { >- _pam_log(pamh, ctrl, LOG_CRIT, "failed to set PAM_OLDAUTHTOK"); >- } > } else if (flags & PAM_UPDATE_AUTHTOK) { > > time_t pwdlastset_update = 0;
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 5432
:
3271
|
3922
|
7469