mirror of
https://git.busybox.net/busybox
synced 2026-01-26 16:17:50 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue