[Bug 3361] id -n -g returns 1 on groups with more then 14 members
bugzilla at busybox.net
bugzilla at busybox.net
Thu Mar 10 21:58:02 UTC 2011
https://bugs.busybox.net/show_bug.cgi?id=3361
--- Comment #2 from Michael Tokarev <mjt+busybox at tls.msk.ru> ---
Um, that was wrong comment. If a group has >14 members, not if a user is in
>14 groups.
But still no go.
$ grep ^buh: /etc/group | tr , \ | wc -w
18
$ busybox id -n -g buh-owner; echo $?
buh
0
$ _
Again, with and without CONFIG_USE_BB_PWD_GRP - the same effect.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list