svn commit: samba r19999 - in branches/SAMBA_4_0/source/torture/rpc: .

metze at samba.org metze at samba.org
Sat Dec 2 09:03:03 GMT 2006


Author: metze
Date: 2006-12-02 09:03:02 +0000 (Sat, 02 Dec 2006)
New Revision: 19999

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19999

Log:
add section for adding the server object

metze
Modified:
   branches/SAMBA_4_0/source/torture/rpc/testjoin.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/testjoin.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/testjoin.c	2006-12-02 08:58:34 UTC (rev 19998)
+++ branches/SAMBA_4_0/source/torture/rpc/testjoin.c	2006-12-02 09:03:02 UTC (rev 19999)
@@ -886,6 +886,18 @@
 	 *      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>
+	 */
+
 /* ... */
 
 	/*



More information about the samba-cvs mailing list