]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for the "-manage-gids" option to the nfsuserd daemon.
authorrmacklem <rmacklem@FreeBSD.org>
Mon, 30 Nov 2015 22:11:34 +0000 (22:11 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Mon, 30 Nov 2015 22:11:34 +0000 (22:11 +0000)
commit582b5491b0423651a95a6c9d499dede29695eb66
treed19a5a30325795b8a55f902c692a5d80ece65387
parentf97a83e3810cfece8c1a46af12401487f4d96967
Add support for the "-manage-gids" option to the nfsuserd daemon.
When this option is set, the NFS server uses the list of groups
acquired via getgrouplist(3) for the uid instead of the list of
groups in the RPC request. This can be used to avoid the 16 gid
limit for the group list in the RPC request.

Suggested by: jpaetzel
Tested by: jpaetzel
MFC after: 2 weeks
usr.sbin/nfsuserd/nfsuserd.c