The Samba-Bugzilla – Attachment 7469 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]
Patch for Samba 3.6 (v3-6-test)
0001-pam_winbind-Remove-redundant-pam_set_item-call-Bug-5.patch (text/plain), 1.06 KB, created by
SATOH Fumiyasu
on 2012-04-19 10:38:28 UTC
(
hide
)
Description:
Patch for Samba 3.6 (v3-6-test)
Filename:
MIME Type:
Creator:
SATOH Fumiyasu
Created:
2012-04-19 10:38:28 UTC
Size:
1.06 KB
patch
obsolete
>From 6dae25e4b058fb70b5c094058371b6380a6ea408 Mon Sep 17 00:00:00 2001 >From: SATOH Fumiyasu <fumiyas@osstech.co.jp> >Date: Thu, 19 Apr 2012 19:35:17 +0900 >Subject: [PATCH] pam_winbind: Remove redundant pam_set_item() call (Bug > #5432) > >On Solaris 10, pam_set_item() call with an item value (char * for >current password, i.e. PAM_OLDAUTHTOK) that is taken from pam_get_item() >breaks the item content in PAM. >--- > nsswitch/pam_winbind.c | 7 ------- > 1 file changed, 7 deletions(-) > >diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c >index 7005c25..071e885 100644 >--- a/nsswitch/pam_winbind.c >+++ b/nsswitch/pam_winbind.c >@@ -3100,13 +3100,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(ctx, LOG_CRIT, >- "failed to set PAM_OLDAUTHTOK"); >- } > } else if (flags & PAM_UPDATE_AUTHTOK) { > > time_t pwdlastset_update = 0; >-- >1.7.10 >
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