r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmap
authorAndrew Tridgell <tridge@samba.org>
Sat, 27 Nov 2004 00:24:36 +0000 (00:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:11 +0000 (13:06 -0500)
commit6895228b5c911a0859274dc7e3d427dd9cadeeca
tree92c6d399d1e19c96e09c4419decedfd142528954
parente1d7b15868888d0d34936ebb734d79cb2b9a1076
r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmap
subsystem. This is in preparation for adding better default ACL
generation in pvfs, which will require uid/gid -> sid mapping.
(This used to be commit b31108e49247495d98cf7c12ee303b12a9e44e92)
source4/ntvfs/common/sidmap.c [new file with mode: 0644]
source4/ntvfs/config.mk
source4/ntvfs/posix/config.mk
source4/ntvfs/unixuid/config.mk
source4/ntvfs/unixuid/vfs_unixuid.c