From 944011f65513aa4c1b69fa92e0f51b8aef7c1cbc Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 12 Feb 2007 16:30:23 +1100 Subject: Support group-id looks for kernels that ask for them. With "-g" mountd will listen for uid -> gidlist requests from the kernel and provide the required mapping. This is specific to AUTH_USER (aka AUTH_SYS) and is designed to overcome the 16-gid limit in the AUTH_UNIX protocol. --- support/nfs/cacheio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'support/nfs/cacheio.c') diff --git a/support/nfs/cacheio.c b/support/nfs/cacheio.c index 4df80a6..a76915b 100644 --- a/support/nfs/cacheio.c +++ b/support/nfs/cacheio.c @@ -256,6 +256,7 @@ cache_flush(int force) */ static char *cachelist[] = { "auth.unix.ip", + "auth.unix.gid", "nfsd.fh", "nfsd.export", NULL -- cgit