Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 664849 Details for
Bug 747967
sys-libs/pam-1.4.0_p20200829: pam_faillock(su:auth): Unknown option: conf
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
faillock_test_prints.patch
faillock_test_prints.patch (text/plain), 747 bytes, created by
Alexey Mishustin
on 2020-10-12 11:11:06 UTC
(
hide
)
Description:
faillock_test_prints.patch
Filename:
MIME Type:
Creator:
Alexey Mishustin
Created:
2020-10-12 11:11:06 UTC
Size:
747 bytes
patch
obsolete
>--- a/modules/pam_faillock/pam_faillock.c 2020-10-12 13:06:21.921165573 +0300 >+++ b/modules/pam_faillock/pam_faillock.c 2020-10-12 13:09:57.236182363 +0300 >@@ -160,6 +160,10 @@ > else { > val = buf + sizeof(buf) - 1; > } >+ pam_syslog(pamh, LOG_ERR, >+ "pam_faillock.c:args_parse:164: buf = (%s)", buf); >+ pam_syslog(pamh, LOG_ERR, >+ "pam_faillock.c:args_parse:166: val = (%s)", val); > set_conf_opt(pamh, opts, buf, val); > } > } >@@ -253,6 +257,10 @@ > } > > /* set the key:value pair on opts */ >+ pam_syslog(pamh, LOG_ERR, >+ "pam_faillock.c:read_config_file:261: name = (%s)", name); >+ pam_syslog(pamh, LOG_ERR, >+ "pam_faillock.c:read_config_file:263: ptr = (%s)", ptr); > set_conf_opt(pamh, opts, name, ptr); > } >
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 747967
: 664849 |
664852
|
664855