diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-06-07 23:27:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:49 -0500 |
commit | 74c5b52962f163ae7406bcfbda7fbc231f85c101 (patch) | |
tree | 5dae758e27d3108fa303d28f59120d1fa4ede4d9 | |
parent | 9bbfe84cb9a405e710a174b0ddac273d154fa861 (diff) | |
download | samba-74c5b52962f163ae7406bcfbda7fbc231f85c101.tar.gz samba-74c5b52962f163ae7406bcfbda7fbc231f85c101.tar.bz2 samba-74c5b52962f163ae7406bcfbda7fbc231f85c101.zip |
r7383: Add CreateUser test to torture suite.
rafal
(This used to be commit bac24d9774f6f9298278a1dd9ab7718d8ab6c87c)
-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 07059a5fa8..fa3ae39886 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -194,7 +194,8 @@ REQUIRED_SUBSYSTEMS = \ ADD_OBJ_FILES = \ torture/libnet/userinfo.o \ torture/libnet/userman.o \ - torture/libnet/domain.o + torture/libnet/domain.o \ + torture/libnet/libnet_user.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 004408f19a..c3a2f53385 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2338,6 +2338,7 @@ static struct { {"NET-USERADD", torture_useradd, 0}, {"NET-USERDEL", torture_userdel, 0}, {"NET-DOMOPEN", torture_domainopen, 0}, + {"NET-API-CREATEUSER", torture_createuser, 0}, {NULL, NULL, 0}}; |