008_login_log_failure_in_FTMP updated for upstream version 4.1.2.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -10,6 +10,7 @@ shadow (1:4.1.2-1) experimental; urgency=low
|
||||
+ debian/patches/494_passwd_lock-no_account_lock
|
||||
+ debian/patches/008_su_get_PAM_username
|
||||
+ debian/patches/302_vim_selinux_support
|
||||
+ debian/patches/008_login_log_failure_in_FTMP
|
||||
* debian/patches/506_relaxed_usernames: Use an extra paragraph for the note
|
||||
on username with a '/'.
|
||||
* debian/patches/504_undef_USE_PAM.dpatch:
|
||||
|
||||
2
debian/patches/008_login_log_failure_in_FTMP
vendored
2
debian/patches/008_login_log_failure_in_FTMP
vendored
@@ -11,7 +11,7 @@ Index: shadow-4.1.0/src/login.c
|
||||
@@ -722,6 +722,29 @@
|
||||
#endif /* WITH_AUDIT */
|
||||
|
||||
fprintf(stderr,"\nLogin incorrect\n");
|
||||
fprintf (stderr, "\nLogin incorrect\n");
|
||||
+ if (getdef_str("FTMP_FILE") != NULL) {
|
||||
+#if HAVE_UTMPX_H
|
||||
+ failent = utxent;
|
||||
|
||||
Reference in New Issue
Block a user