summaryrefslogtreecommitdiff
path: root/source4/ntvfs/unixuid
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-05 15:47:34 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:20 +0100
commit6ce86941de76b27772172717ba5de17ab6fb081d (patch)
treeb14fcb073182592805823e8ff3d1f9f663d2f13f /source4/ntvfs/unixuid
parent4d354fd58374df6ab5ae52e6cd61988377ceddb2 (diff)
downloadsamba-6ce86941de76b27772172717ba5de17ab6fb081d.tar.gz
samba-6ce86941de76b27772172717ba5de17ab6fb081d.tar.bz2
samba-6ce86941de76b27772172717ba5de17ab6fb081d.zip
r25839: use nss_wrapper code in samba4 if
--enable-nss-wrapper or --enable-developer is given metze (This used to be commit f8bc6b9ad0eec60bff7fdc5653397efd9a044a29)
Diffstat (limited to 'source4/ntvfs/unixuid')
-rw-r--r--source4/ntvfs/unixuid/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/unixuid/config.mk b/source4/ntvfs/unixuid/config.mk
index d078e9f5c6..91976c6811 100644
--- a/source4/ntvfs/unixuid/config.mk
+++ b/source4/ntvfs/unixuid/config.mk
@@ -5,6 +5,6 @@ INIT_FUNCTION = ntvfs_unixuid_init
SUBSYSTEM = ntvfs
OBJ_FILES = \
vfs_unixuid.o
-PRIVATE_DEPENDENCIES = SAMDB
+PRIVATE_DEPENDENCIES = SAMDB NSS_WRAPPER
# End MODULE ntvfs_unixuid
################################################