From 55a0d6606c76463296188582c52821a7607ade7b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 2 Aug 2012 13:35:24 +1000 Subject: 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 --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') 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' ) -- cgit