The Samba-Bugzilla – Attachment 2088 Details for
Bug 3969
3.0.23a all AD accounts password expired
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pam_winbind expiry hotfix
diff (text/plain), 739 bytes, created by
Guenther Deschner
on 2006-08-08 09:53:20 UTC
(
hide
)
Description:
pam_winbind expiry hotfix
Filename:
MIME Type:
Creator:
Guenther Deschner
Created:
2006-08-08 09:53:20 UTC
Size:
739 bytes
patch
obsolete
>Index: release-3-0-23a/source/nsswitch/pam_winbind.c >=================================================================== >--- release-3-0-23a/source/nsswitch/pam_winbind.c (revision 17399) >+++ release-3-0-23a/source/nsswitch/pam_winbind.c (working copy) >@@ -449,7 +449,7 @@ > /* handle the case where the auth was ok, but the password must expire right now */ > /* good catch from Ralf Haferkamp: an expiry of "never" is translated to -1 */ > if ( ! (response.data.auth.info3.acct_flags & ACB_PWNOEXP) && >- (response.data.auth.policy.expire > 0) && >+ (response.data.auth.policy.expire != -1) && > (response.data.auth.info3.pass_last_set_time + response.data.auth.policy.expire < time(NULL))) { > > ret = PAM_AUTHTOK_EXPIRED;
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 3969
: 2088 |
2100