The Samba-Bugzilla – Attachment 911 Details for
Bug 2276
Password change through pam_winbind.so does not work on Solaris.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix pam_winbind on Solaris
pam_winbind.c.patch (text/plain), 754 bytes, created by
Miroslav Spousta
on 2005-01-23 10:33:36 UTC
(
hide
)
Description:
Patch to fix pam_winbind on Solaris
Filename:
MIME Type:
Creator:
Miroslav Spousta
Created:
2005-01-23 10:33:36 UTC
Size:
754 bytes
patch
obsolete
>--- samba-3.0.11pre2/source/nsswitch/pam_winbind.c.orig Sun Jan 23 16:01:44 2005 >+++ samba-3.0.11pre2/source/nsswitch/pam_winbind.c Sun Jan 23 17:06:51 2005 >@@ -660,21 +660,8 @@ > /* verify that this is the password for this user */ > > retval = winbind_auth_request(user, pass_old, member, ctrl); >- >- if (retval != PAM_ACCT_EXPIRED >- && retval != PAM_AUTHTOK_EXPIRED >- && retval != PAM_NEW_AUTHTOK_REQD >- && retval != PAM_SUCCESS) { >- pass_old = NULL; >- return retval; >- } >- >- retval = pam_set_item(pamh, PAM_OLDAUTHTOK, (const void *) pass_old); >+ > pass_old = NULL; >- if (retval != PAM_SUCCESS) { >- _pam_log(LOG_CRIT, >- "failed to set PAM_OLDAUTHTOK"); >- } > } else if (flags & PAM_UPDATE_AUTHTOK) { > > /*
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 2276
: 911