]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r291534
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Dec 2015 22:43:43 +0000 (22:43 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Dec 2015 22:43:43 +0000 (22:43 +0000)
commit28f2289f1185925a431c00d09e4887dca49e1ee6
treee620d0ab8c42585218d79571e098297ae43d74cc
parent3731e6edfb1d2e318ceac748c048d5847f39f258
MFC: r291534
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.

Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@292231 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/nfsuserd/nfsuserd.c