Bug#641538: (no subject)

2012-01-09 Thread werner
reopen 641538 Hi Heiko, I've just reopened this bug. It matters. The debug code should print the name of the issuing *group*. The correct function for mapping a group id into a group name is getgrgid() and not getpwuid(). Please change line 675 to use getgrgid(). It just does not matter,

Bug#641538: (no subject)

2011-12-29 Thread w...@aloah-from-hell.de
Hello Heiko, I've verified your Bugreport. In fact it does not really make a difference if you use getpwuid instead of getgrgid as the result is the same. For example there is a user called werner with uid 1000 and gid 33: werner:x:1000:33:werner,,,:/home/werner:/bin/bash With this[1] little