diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-06-06 09:01:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:42 -0500 |
commit | 4a456f2fbc2abd59bd47423aa2cab62ad9a61030 (patch) | |
tree | 92e4b3df269f0d24d8daf5e4d95ee4bde21dc9f8 /source4 | |
parent | adc603731e58ac467af39c7fbf68b32c6143de20 (diff) | |
download | samba-4a456f2fbc2abd59bd47423aa2cab62ad9a61030.tar.gz samba-4a456f2fbc2abd59bd47423aa2cab62ad9a61030.tar.bz2 samba-4a456f2fbc2abd59bd47423aa2cab62ad9a61030.zip |
r7325: Add composite domain open test.
rafal
(This used to be commit 2614aa69341f21fc02a9b08fc1657364f78aafbd)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/config.mk | 3 | ||||
-rw-r--r-- | source4/torture/torture.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 8bfa02b8ae..07059a5fa8 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -193,7 +193,8 @@ REQUIRED_SUBSYSTEMS = \ [SUBSYSTEM::TORTURE_NET] ADD_OBJ_FILES = \ torture/libnet/userinfo.o \ - torture/libnet/userman.o + torture/libnet/userman.o \ + torture/libnet/domain.o REQUIRED_SUBSYSTEMS = \ NDR_ALL RPC_NDR_SAMR LIBNET # End SUBSYSTEM TORTURE_NET diff --git a/source4/torture/torture.c b/source4/torture/torture.c index e822b23b28..004408f19a 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2337,6 +2337,7 @@ static struct { {"NET-USERINFO", torture_userinfo, 0}, {"NET-USERADD", torture_useradd, 0}, {"NET-USERDEL", torture_userdel, 0}, + {"NET-DOMOPEN", torture_domainopen, 0}, {NULL, NULL, 0}}; |