From fdecfa7be104f7f5ed47810f3f941b34f1927984 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 2 Dec 2006 08:50:23 +0000 Subject: r19997: section about finding the new_dc computer account metze (This used to be commit 757ed019c219fd215cae23d80281d0b221e495e1) --- source4/torture/rpc/testjoin.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'source4/torture/rpc/testjoin.c') diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c index 9ab5a72c00..e4661f4135 100644 --- a/source4/torture/rpc/testjoin.c +++ b/source4/torture/rpc/testjoin.c @@ -845,6 +845,21 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name, * objectCategory: CN=Site,C=Schema,CN=Configuration, */ + /* + * LDAP search 1st LDAP connection: + * + * Request: + * basedn: + * scope: sub + * filter: (&(|(objectClass=user)(objectClass=computer))(sAMAccountName=)) + * attrs: distinguishedName + * userAccountControl + * Result: + * CN=,CN=Computers, + * distinguishedName: CN=,CN=Computers, + * userAccoountControl: 4096 <0x1000> + */ + /* ... */ /* -- cgit