From 6895228b5c911a0859274dc7e3d427dd9cadeeca Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Nov 2004 00:24:36 +0000 Subject: 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/config.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'source4/ntvfs/config.mk') diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index 43157a8c66..55f8270de2 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -58,6 +58,17 @@ INIT_OBJ_FILES = \ # End MODULE ntvfs_nbench ################################################ +################################################ +# Start SUBSYSTEM ntvfs_common +[SUBSYSTEM::ntvfs_common] +ADD_OBJ_FILES = \ + ntvfs/common/brlock.o \ + ntvfs/common/opendb.o \ + ntvfs/common/sidmap.o +# End SUBSYSTEM ntvfs_common +################################################ + + ################################################ # Start SUBSYSTEM NTVFS [SUBSYSTEM::NTVFS] -- cgit