summaryrefslogtreecommitdiff
path: root/source4/torture/ldap/cldap.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-22 12:19:56 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-22 12:20:45 +0100
commit8a6f91c910c5f26eef10e959ae8a36a02099cad0 (patch)
treeb7853daf98a4c9a0a8b4767a377ab90d4d3b22b9 /source4/torture/ldap/cldap.c
parent191152daa1384435746baf0062864a5d6f10cce3 (diff)
downloadsamba-8a6f91c910c5f26eef10e959ae8a36a02099cad0.tar.gz
samba-8a6f91c910c5f26eef10e959ae8a36a02099cad0.tar.bz2
samba-8a6f91c910c5f26eef10e959ae8a36a02099cad0.zip
LDAP-CLDAP: remove temporary debug statements...
metze
Diffstat (limited to 'source4/torture/ldap/cldap.c')
-rw-r--r--source4/torture/ldap/cldap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/ldap/cldap.c b/source4/torture/ldap/cldap.c
index 98669288a8..814c9ac86d 100644
--- a/source4/torture/ldap/cldap.c
+++ b/source4/torture/ldap/cldap.c
@@ -59,8 +59,8 @@ static bool test_cldap_netlogon(struct torture_context *tctx, const char *dest)
CHECK_STATUS(status, NT_STATUS_OK);
ZERO_STRUCT(search);
- search.in.dest_address = NULL;//dest;
- search.in.dest_port = 0;//lp_cldap_port(tctx->lp_ctx);
+ search.in.dest_address = NULL;
+ search.in.dest_port = 0;
search.in.acct_control = -1;
search.in.version = NETLOGON_NT_VERSION_5 | NETLOGON_NT_VERSION_5EX;
search.in.map_response = true;