FreeBSD Bugzilla – Attachment 16242 Details for
Bug 29850
ftpd.c doesn't check via PAM/pam_acct_mgmt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 340 bytes, created by
Volker Stolz
on 2001-08-18 19:00:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Volker Stolz
Created:
2001-08-18 19:00:14 UTC
Size:
340 bytes
patch
obsolete
>--- ftpd.c.orig Sat Aug 18 19:29:07 2001 >+++ ftpd.c Sat Aug 18 19:24:49 2001 >@@ -1157,6 +1157,12 @@ > syslog(LOG_ERR, "Couldn't get PAM_USER: %s", > pam_strerror(pamh, e)); > rval = 0; >+ >+ /* Check if account is expired etc. */ >+ >+ if ((e = pam_acct_mgmt(pamh, 0)) != PAM_SUCCESS) >+ rval = 1; >+ > break; > > case PAM_AUTH_ERR:
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29850
: 16242