ALT Linux Bugzilla
– Attachment 7708 Details for
Bug 35210
Не видит пользователей в /etc/tcb при составлении списка
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч, игнорирующий несоответствие /etc/passwd и /etc/shadow
0001-Ignore-ALT-specific-empty-etc-shadow.patch (text/plain), 715 bytes, created by
Fr. Br. George
on 2018-08-14 18:06:13 MSK
(
hide
)
Description:
Патч, игнорирующий несоответствие /etc/passwd и /etc/shadow
Filename:
MIME Type:
Creator:
Fr. Br. George
Created:
2018-08-14 18:06:13 MSK
Size:
715 bytes
patch
obsolete
>From 73b27abce84e0aee67e8813f2af958e8a024f2ec Mon Sep 17 00:00:00 2001 >From: "George V. Kouryachy (Fr. Br. George)" <george@altlinux.ru> >Date: Tue, 14 Aug 2018 16:38:13 +0300 >Subject: [PATCH] Ignore ALT-specific empty /etc/shadow > >--- > src/daemon.c | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/src/daemon.c b/src/daemon.c >index e711a46..90318c7 100644 >--- a/src/daemon.c >+++ b/src/daemon.c >@@ -237,6 +237,10 @@ entry_generator_fgetpwent (Daemon *daemon, > *spent = &shadow_entry_buffers->spbuf; > return pwent; > } >+ else { >+ *spent = NULL; >+ return pwent; >+ } > } > } > >-- >2.17.1 >
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 35210
:
7688
| 7708