From 9c9ec64518a4e8b0afc879c795f86d92c079f134 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 28 Feb 2007 17:27:35 +0000 Subject: r21595: add a constant and some comments metze (This used to be commit b8af925da9c515f3803aa813ef5e4cded892a525) --- source4/librpc/idl/drsuapi.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index 512b64c17a..a0cda12640 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -1022,6 +1022,18 @@ interface drsuapi drsuapi_DsReplicaObject object; } 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// + * + * 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 -- cgit