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

metze at samba.org metze at samba.org
Sat Dec 2 08:50:24 GMT 2006


Author: metze
Date: 2006-12-02 08:50:23 +0000 (Sat, 02 Dec 2006)
New Revision: 19997

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

Log:
section about finding the new_dc computer account

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:44:08 UTC (rev 19996)
+++ branches/SAMBA_4_0/source/torture/rpc/testjoin.c	2006-12-02 08:50:23 UTC (rev 19997)
@@ -845,6 +845,21 @@
 	 *		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>
+	 */
+
 /* ... */
 
 	/*



More information about the samba-cvs mailing list