summaryrefslogtreecommitdiff
path: root/source4/ntvfs/unixuid/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-27 00:24:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:11 -0500
commit6895228b5c911a0859274dc7e3d427dd9cadeeca (patch)
tree92c6d399d1e19c96e09c4419decedfd142528954 /source4/ntvfs/unixuid/config.mk
parente1d7b15868888d0d34936ebb734d79cb2b9a1076 (diff)
downloadsamba-6895228b5c911a0859274dc7e3d427dd9cadeeca.tar.gz
samba-6895228b5c911a0859274dc7e3d427dd9cadeeca.tar.bz2
samba-6895228b5c911a0859274dc7e3d427dd9cadeeca.zip
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)
Diffstat (limited to 'source4/ntvfs/unixuid/config.mk')
-rw-r--r--source4/ntvfs/unixuid/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/unixuid/config.mk b/source4/ntvfs/unixuid/config.mk
index 3df3194688..34c8f0c2b4 100644
--- a/source4/ntvfs/unixuid/config.mk
+++ b/source4/ntvfs/unixuid/config.mk
@@ -5,5 +5,7 @@ INIT_FUNCTION = ntvfs_unixuid_init
SUBSYSTEM = NTVFS
INIT_OBJ_FILES = \
ntvfs/unixuid/vfs_unixuid.o
+REQUIRED_SUBSYSTEMS = \
+ ntvfs_common
# End MODULE ntvfs_unixuid
################################################