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

r19999: add section for adding the server object

metze
(This used to be commit f2db31f41dc1727375a560fdc6eaad2c037bf5da)
This commit is contained in:
Stefan Metzmacher 2006-12-02 09:03:02 +00:00 committed by Gerald (Jerry) Carter
parent 5a45b97415
commit 2c641bb21a

View File

@ -886,6 +886,18 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name,
* CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
*/
/*
* LDAP add 1st LDAP connection:
*
* Request:
* CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
* objectClass: server
* systemFlags: 50000000 <0x2FAF080>
* serverReference:CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
* Result:
* <success>
*/
/* ... */
/*