summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-12-06 07:13:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:23 -0500
commit690b352fc19cb5444b923c220af91f17a88a5e3c (patch)
treeea3bde7209502060e890eaa68a6ed02a547de76c /source4/torture/config.mk
parentad3ee0a81c4b2bf2ae67ba461e936f7777584345 (diff)
downloadsamba-690b352fc19cb5444b923c220af91f17a88a5e3c.tar.gz
samba-690b352fc19cb5444b923c220af91f17a88a5e3c.tar.bz2
samba-690b352fc19cb5444b923c220af91f17a88a5e3c.zip
r4074: make the RAW-ACLS test use the new lsa helper functions to determine
the privileges of the user running the test. This allows the test to work out what the expected access masks are. (This used to be commit dcf6c297d372cfa421d757d43897f00ad1d4f5f5)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 4cba73062f..58089fa172 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -52,7 +52,7 @@ ADD_OBJ_FILES = \
torture/raw/acls.o \
torture/raw/seek.o
REQUIRED_SUBSYSTEMS = \
- LIBSMB
+ LIBSMB LIBCLI_LSA
# End SUBSYSTEM TORTURE_RAW
#################################