Re: [PATCH] nsss_unix_shadow_get: parse null/empty fields

2018-09-28 Thread Laurent Bercot
nsss_unix_shadow_get experiences a bug where entries with null values aren't returned. This patch instead treats empty fields as a null string or -1. I agree that nsss_unix_shadow_get should be fixed, but I disagree with the patch, because the patched version will also accept entries with inval

[PATCH] nsss_unix_shadow_get: parse null/empty fields

2018-09-28 Thread John Regan
nsss_unix_shadow_get experiences a bug where entries with null values aren't returned. This patch instead treats empty fields as a null string or -1. --- src/libnsss/nsss_unix_shadow_get.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/libnsss/nsss_unix_sh