Work around AFS bug: id and groups would print invalid group number.
authorribalba <geerd.dietger.hoffmann@gmail.com>
Tue, 4 Mar 2008 17:03:35 +0000 (18:03 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 5 Mar 2008 10:38:26 +0000 (11:38 +0100)
commitb7a836c0a3524cda8ef79c30c3fe7ea759ae4656
tree34130d695817ffefd96218e47e6f4f6780c5cff0
parentf5d58041d5882689f8f9c7772a0254bb04f8fa4b
Work around AFS bug: id and groups would print invalid group number.

* src/id.c (main): Call print_group_list with a user name, if possible.
* src/groups.c (main): Likewise.
* NEWS: Mention this.
For details, see
http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/12852
http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/12875

Signed-off-by: ribalba <geerd.dietger.hoffmann@gmail.com>
NEWS
src/groups.c
src/id.c