s4:torture: Handle new NBT_SERVER_* flags
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 23 May 2023 21:54:58 +0000 (09:54 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 29 May 2023 22:32:28 +0000 (22:32 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/ldap/netlogon.c

index c2dd8349fc695c6d2ca3c3791af7b161d48b2976..a1d27a04f0781790bd2b31579599d4a3f3f76909 100644 (file)
@@ -348,6 +348,10 @@ static bool test_ldap_netlogon_flags(struct torture_context *tctx,
                printf("NBT_SERVER_ADS_WEB_SERVICE ");
        if (server_type & NBT_SERVER_DS_8)
                printf("NBT_SERVER_DS_8 ");
+       if (server_type & NBT_SERVER_DS_9)
+               printf("NBT_SERVER_DS_9 ");
+       if (server_type & NBT_SERVER_DS_10)
+               printf("NBT_SERVER_DS_10 ");
        if (server_type & DS_DNS_CONTROLLER)
                printf("DS_DNS_CONTROLLER ");
        if (server_type & DS_DNS_DOMAIN)