diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-02 13:35:24 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-02 11:35:19 +0200 |
commit | 55a0d6606c76463296188582c52821a7607ade7b (patch) | |
tree | fd4071244cc569f94b48c910652f9779df7f7381 /source3/wscript_build | |
parent | b041d29c116a5d93b70a2cea5f808e81b9e12556 (diff) | |
download | samba-55a0d6606c76463296188582c52821a7607ade7b.tar.gz samba-55a0d6606c76463296188582c52821a7607ade7b.tar.xz 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-x | source3/wscript_build | 2 |
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' ) |