K 10 svn:author V 5 harti K 8 svn:date V 27 2007-06-14T20:07:35.000000Z K 7 svn:log V 226 Use an array of size NGROUP_MAX for the getgroups() call instead of NGRP. When NGROUP_MAX is larger than NGRP the call used to fail. Now the call succeedes, but only the first NGRP groups are actually used for authentication. END