If a gid doesn't have a name on the originating system, the receiver
authorWayne Davison <wayned@samba.org>
Wed, 4 Feb 2004 19:25:11 +0000 (19:25 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 4 Feb 2004 19:25:11 +0000 (19:25 +0000)
commitdbd8811b85ad43507dd04b31812322596e59f3b4
tree0d5145aa1c9fd3b860e4d8dae01253cc4f5a044e
parent05118158f4f59a5f512e5bab640f253332a6e181
If a gid doesn't have a name on the originating system, the receiver
won't see it in the list of IDs to remap.  That means that we need to
call the is_in_group() function from inside match_gid() to know if we
can set the group or not (if we're not root).
uidlist.c