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

metze at samba.org metze at samba.org
Sat Dec 2 08:33:11 GMT 2006


Author: metze
Date: 2006-12-02 08:33:11 +0000 (Sat, 02 Dec 2006)
New Revision: 19995

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

Log:
add section about finding details of the RID Manager fSMORoleOwner

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:25:41 UTC (rev 19994)
+++ branches/SAMBA_4_0/source/torture/rpc/testjoin.c	2006-12-02 08:33:11 UTC (rev 19995)
@@ -766,6 +766,59 @@
 	 */
 	/* END: Infrastructure FSMO */
 
+	/* START: RID Manager FSMO */
+	/*
+	 * LDAP search 1st LDAP connection:
+	 * 
+	 * Request:
+	 *	basedn:	<domain_partition>
+	 *	scope:	base
+	 *	filter:	(objectClass=*)
+	 *	attrs:	rIDManagerReference
+	 * Result:
+	 *	<domain_partition>
+	 *		rIDManagerReference:	CN=RID Manager$,CN=System,<domain_partition>
+	 */
+
+	/*
+	 * LDAP search 1st LDAP connection:
+	 * 
+	 * Request:
+	 *	basedn:	CN=RID Manager$,CN=System,<domain_partition>
+	 *	scope:	base
+	 *	filter:	(objectClass=*)
+	 *	attrs:	fSMORoleOwner
+	 * Result:
+	 *      CN=Infrastructure,<domain_partition>
+	 *		fSMORoleOwner:	CN=NTDS Settings,<rid_manager_fsmo_server_object>
+	 */
+
+	/*
+	 * LDAP search 1st LDAP connection:
+	 * 
+	 * Request:
+	 *	basedn:	<rid_manager_fsmo_server_object>
+	 *	scope:	base
+	 *	filter:	(objectClass=*)
+	 *	attrs:	dnsHostName
+	 * Result:
+	 *      <rid_manager_fsmo_server_object>
+	 *		dnsHostName:	<dns_host_name>
+	 */
+
+	/*
+	 * LDAP search 1st LDAP connection:
+	 * 
+	 * Request:
+	 *	basedn:	CN=NTDS Settings,<rid_manager_fsmo_server_object>
+	 *	scope:	base
+	 *	filter:	(objectClass=*)
+	 *	attrs:	msDs-ReplicationEpoch
+	 * Result:
+	 *      CN=NTDS Settings,<rid_manager_fsmo_server_object>
+	 */
+	/* END: RID Manager FSMO */
+
 /* ... */
 
 	/*



More information about the samba-cvs mailing list