1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r19997: section about finding the new_dc computer account

metze
(This used to be commit 757ed019c219fd215cae23d80281d0b221e495e1)
This commit is contained in:
Stefan Metzmacher 2006-12-02 08:50:23 +00:00 committed by Gerald (Jerry) Carter
parent 7196056f49
commit fdecfa7be1

View File

@ -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,<domain_partition>
*/
/*
* LDAP search 1st LDAP connection:
*
* Request:
* basedn: <domain_partition>
* scope: sub
* filter: (&(|(objectClass=user)(objectClass=computer))(sAMAccountName=<new_dc_account_name>))
* attrs: distinguishedName
* userAccountControl
* Result:
* CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
* distinguishedName: CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
* userAccoountControl: 4096 <0x1000>
*/
/* ... */
/*