diff options
author | Neil Brown <neilb@suse.de> | 2007-02-12 16:30:23 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-02-12 16:30:23 +1100 |
commit | 944011f65513aa4c1b69fa92e0f51b8aef7c1cbc (patch) | |
tree | c32ed3b230041ba87589b7c0fbe2506ddda5d917 /support/nfs/cacheio.c | |
parent | e91ff0175602cc56f223f1d92de6511099fa40d1 (diff) | |
download | nfs-utils-944011f65513aa4c1b69fa92e0f51b8aef7c1cbc.tar.gz nfs-utils-944011f65513aa4c1b69fa92e0f51b8aef7c1cbc.tar.xz nfs-utils-944011f65513aa4c1b69fa92e0f51b8aef7c1cbc.zip |
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.
Diffstat (limited to 'support/nfs/cacheio.c')
-rw-r--r-- | support/nfs/cacheio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |