From 4daaae70b6c47644d5043fcf9e8e6d9e92449b26 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Dec 2006 10:18:21 +0000 Subject: r20038: document first rootdse search metze (This used to be commit da6415363b2694961a59385437d34d16a932e77b) --- source4/torture/rpc/testjoin.c | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'source4/torture') diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c index c5bf6f292f..fa92f2e844 100644 --- a/source4/torture/rpc/testjoin.c +++ b/source4/torture/rpc/testjoin.c @@ -631,6 +631,41 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name, * Open 1st LDAP connection to the DC using admin credentials */ + /* + * LDAP search 1st LDAP connection: + * + * Request: + * basedn: "" + * scope: base + * filter: (objectClass=*) + * attrs: * + * Result: + * "" + * currentTime: ... + * subschemaSubEntry: ... + * dsServiceName: CN=,CN=Servers,CN=,CN=Sites,CN=Configuration, + * namingContexts: + * CN=Configuration, + * CN=Schema,CN=Configuration, + * defaultNamingContext: + * schemaNamingContext: CN=Schema,CN=Configuration, + * configurationNamingContext:CN=Configuration, + * rootDomainNamingContext: + * supportedControl: ... + * supportedLDAPVersion: 3 + * 2 + * supportedSASLmechanisms:... + * dnsHostName: + * ldapServiceName: :$@ + * serverName: CN=Servers,CN=,CN=Sites,CN=Configuration, + * supportedCapabilities: ... + * isSyncronized: TRUE + * isGlobalCatalogReady: TRUE + * domainFunctionality: 0 + * forestFunctionality: 0 + * domainControllerFunctionality: 2 + */ + /* * LDAP search 1st LDAP connection: * -- cgit