From cc98a92bb0396845ec1dcb75ac412df9db9652d9 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Tue, 21 Jun 2005 20:22:38 +0000 Subject: r7816: Implementation of "shortcut" function for those (probably many) who don't like to bother with netbios type names when looking for common types: hosts (servers) and domain controllers. Also, apropriate tests rafal (This used to be commit 50cd94be0f876a3463aa58b7e0898e6b3340c4c2) --- source4/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 68a0f610fe..2cb9a22bcb 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2343,6 +2343,8 @@ static struct { {"NET-USERDEL", torture_userdel, 0}, {"NET-DOMOPEN", torture_domainopen, 0}, {"NET-API-LOOKUP", torture_lookup, 0}, + {"NET-API-LOOKUPHOST", torture_lookup_host, 0}, + {"NET-API-LOOKUPPDC", torture_lookup_pdc, 0}, {"NET-API-CREATEUSER", torture_createuser, 0}, {NULL, NULL, 0}}; -- cgit