diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-02 09:03:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:28:45 -0500 |
commit | 2c641bb21ace276d1b86ae8b675884d44d1036fb (patch) | |
tree | 2834ea912567ec8e8a902818366497121bb2004b | |
parent | 5a45b974153ae5bd31af619e736d72d1df82ab37 (diff) | |
download | samba-2c641bb21ace276d1b86ae8b675884d44d1036fb.tar.gz samba-2c641bb21ace276d1b86ae8b675884d44d1036fb.tar.xz samba-2c641bb21ace276d1b86ae8b675884d44d1036fb.zip |
r19999: add section for adding the server object
metze
(This used to be commit f2db31f41dc1727375a560fdc6eaad2c037bf5da)
-rw-r--r-- | source4/torture/rpc/testjoin.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c index 04a749ae4d4..01dfc37cfc9 100644 --- a/source4/torture/rpc/testjoin.c +++ b/source4/torture/rpc/testjoin.c @@ -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> + */ + /* ... */ /* |