From 5a45b974153ae5bd31af619e736d72d1df82ab37 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 2 Dec 2006 08:58:34 +0000 Subject: r19998: add section for finding details about the new_dc server object metze (This used to be commit cd534dc93646a5981c4d2f0bc27ba9d3259024eb) --- source4/torture/rpc/testjoin.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'source4/torture/rpc/testjoin.c') diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c index e4661f4135..04a749ae4d 100644 --- a/source4/torture/rpc/testjoin.c +++ b/source4/torture/rpc/testjoin.c @@ -860,6 +860,32 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name, * userAccoountControl: 4096 <0x1000> */ + /* + * LDAP search 1st LDAP connection: + * + * Request: + * basedn: CN=,CN=Servers,CN=,CN=Sites,CN=Configuration, + * scope: base + * filter: (objectClass=*) + * attrs: + * Result: + * + * ,CN=Sites,CN=Configuration,> + */ + + /* + * LDAP search 1st LDAP connection: + * + * Request: + * basedn: CN=,CN=Computers, + * scope: base + * filter: (objectClass=*) + * attrs: serverReferenceBL + * typesOnly: TRUE!!! + * Result: + * CN=,CN=Computers, + */ + /* ... */ /* -- cgit