From c117648b98d2e5aae594bf5beab0910c14325ba4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 2 Dec 2006 08:25:41 +0000 Subject: r19994: complete section about finding details about the Infrastructure fSMORoleOwner metze (This used to be commit adbff0d696237efac27f260c115678169b8646d8) --- source4/torture/rpc/testjoin.c | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'source4') diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c index 4b9492af89..f6d81754d5 100644 --- a/source4/torture/rpc/testjoin.c +++ b/source4/torture/rpc/testjoin.c @@ -700,6 +700,7 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name, * dnsHostName: */ + /* START: Infrastructure FSMO */ /* * LDAP search 1st LDAP connection: * @@ -725,6 +726,46 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name, * revision: 8 */ + /* + * LDAP search 1st LDAP connection: + * + * Request: + * basedn: CN=Infrastructure, + * scope: base + * filter: (objectClass=*) + * attrs: fSMORoleOwner + * Result: + * CN=Infrastructure, + * fSMORoleOwner: CN=NTDS Settings, + */ + + /* + * LDAP search 1st LDAP connection: + * + * Request: + * basedn: + * scope: base + * filter: (objectClass=*) + * attrs: dnsHostName + * Result: + * + * dnsHostName: + */ + + /* + * LDAP search 1st LDAP connection: + * + * Request: + * basedn: CN=NTDS Settings, + * scope: base + * filter: (objectClass=*) + * attrs: objectGUID + * Result: + * CN=NTDS Settings, + * objectGUID: + */ + /* END: Infrastructure FSMO */ + /* ... */ /* -- cgit