]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Make ktc_curpag also detect ONEGROUP PAG gids
authorAndrew Deason <adeason@sinenomine.net>
Wed, 11 Nov 2009 17:23:49 +0000 (11:23 -0600)
committerRuss Allbery <rra@debian.org>
Mon, 30 Nov 2009 22:50:40 +0000 (14:50 -0800)
commit9c35021cd64f282e86466d6a517e3f3fd1a6c43a
tree7b54ddc1313a82dc393aea108f6853fb57666594
parent212b82df4aa0c498333bab3a8d945c249c755529
Make ktc_curpag also detect ONEGROUP PAG gids

ktc_curpag falls back to looking at the group list if the VIOC_GETPAG
pioctl fails. If we're in AFS_LINUX26_ONEGROUP_ENV in the kernel,
though, ktc_curpag still looks for two groups, instead of the one
combined group. Add a check for the big one group in the fallback if
we're on LINUX26.

Reviewed-on: http://gerrit.openafs.org/815
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit c53abbb3e8d14643f3f82999cbe24fb12d358ce0)

Change-Id: I771d90546b1aec9f3e84a56a5b6a465e18b1241a
Reviewed-on: http://gerrit.openafs.org/853
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/auth/ktc.c