summaryrefslogtreecommitdiff
path: root/source4/torture/ldap
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-10-23 14:04:35 +0200
committerGünther Deschner <gd@samba.org>2014-10-24 11:30:05 +0200
commit4c88897471c94cbe923e290a742d5beb9caa2e1b (patch)
treeb7b195911033df6baf451092052e788fa092ea85 /source4/torture/ldap
parent59f09e619d2669fe19ca8d3b8ffe4e9489242987 (diff)
downloadsamba-4c88897471c94cbe923e290a742d5beb9caa2e1b.tar.gz
nbt-cli: display all known NBT_SERVER flags.
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/torture/ldap')
-rw-r--r--source4/torture/ldap/netlogon.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/torture/ldap/netlogon.c b/source4/torture/ldap/netlogon.c
index 8c6345b0bd0..064a5b34045 100644
--- a/source4/torture/ldap/netlogon.c
+++ b/source4/torture/ldap/netlogon.c
@@ -341,6 +341,10 @@ static bool test_ldap_netlogon_flags(struct torture_context *tctx,
printf("NBT_SERVER_SELECT_SECRET_DOMAIN_6");
if (server_type & NBT_SERVER_FULL_SECRET_DOMAIN_6)
printf("NBT_SERVER_FULL_SECRET_DOMAIN_6");
+ if (server_type & NBT_SERVER_ADS_WEB_SERVICE)
+ printf("NBT_SERVER_ADS_WEB_SERVICE ");
+ if (server_type & NBT_SERVER_DS_8)
+ printf("NBT_SERVER_DS_8 ");
if (server_type & DS_DNS_CONTROLLER)
printf("DS_DNS_CONTROLLER ");
if (server_type & DS_DNS_DOMAIN)