summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-02 13:35:24 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-02 11:35:19 +0200
commit55a0d6606c76463296188582c52821a7607ade7b (patch)
treefd4071244cc569f94b48c910652f9779df7f7381 /source3/wscript_build
parentb041d29c116a5d93b70a2cea5f808e81b9e12556 (diff)
downloadsamba-55a0d6606c76463296188582c52821a7607ade7b.tar.gz
samba-55a0d6606c76463296188582c52821a7607ade7b.tar.bz2
samba-55a0d6606c76463296188582c52821a7607ade7b.zip
s3-pysmbd: Add set_nt_acl() function based on parts of vfstest
This will allow us to set the full NT ACL on a file, using the VFS layer, during provision of the AD DC. Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index bed31a15ff..40afdd759a 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1585,7 +1585,7 @@ bld.SAMBA3_BINARY('vlp',
bld.SAMBA3_PYTHON('pysmbd',
source='smbd/pysmbd.c',
- deps='smbd_base',
+ deps='smbd_base pyrpc_util',
realname='samba/samba3/smbd.so'
)