libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
57aeb62f83
commit
5de450237c
@ -58,7 +58,7 @@ struct passdb {
|
||||
* I = uid,gid, l = long maybe empty, m = members,
|
||||
* r = reserved
|
||||
*/
|
||||
#define PW_DEF "SsIIsSS"
|
||||
#define PW_DEF "SsIIsss"
|
||||
#define GR_DEF "SsIm"
|
||||
#define SP_DEF "Ssllllllr"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user