svn commit: samba r21595 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Wed Feb 28 17:27:36 GMT 2007


Author: metze
Date: 2007-02-28 17:27:35 +0000 (Wed, 28 Feb 2007)
New Revision: 21595

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

Log:
add a constant and some comments

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2007-02-28 17:26:25 UTC (rev 21594)
+++ branches/SAMBA_4_0/source/librpc/idl/drsuapi.idl	2007-02-28 17:27:35 UTC (rev 21595)
@@ -1023,6 +1023,18 @@
 	} drsuapi_DsReplicaObjectListItem;
 
 	/*
+	 * The DsAddEntry() call which creates a nTDSDSA object,
+	 * also adds a servicePrincipalName in the following form
+	 * to the computer account of the new domain controller
+	 * referenced by the "serverReferenece" attribute.
+	 *
+	 * E3514235-4B06-11D1-AB04-00C04FC2DCD2/<new-ntdsdsa-object-guid-as-string>/<domain-dns-name>
+	 *
+	 * also note that the "serverReference" isn't added to the new object!
+	 */
+	const char *DRSUAPI_NTDSDSA_KRB5_SERVICE_GUID = "E3514235-4B06-11D1-AB04-00C04FC2DCD2";
+
+	/*
 	 * please note the the current idl
 	 * for DsAddEntry does only parse 
 	 * what I saw between 2 w2k3 boxes



More information about the samba-cvs mailing list