diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-02-28 17:27:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:03 -0500 |
commit | 9c9ec64518a4e8b0afc879c795f86d92c079f134 (patch) | |
tree | 9103947306636ccc974629a4225706a4d24f29d0 | |
parent | c6b66db2b23f5a590152b3909da1193dc54d21ec (diff) | |
download | samba-9c9ec64518a4e8b0afc879c795f86d92c079f134.tar.gz samba-9c9ec64518a4e8b0afc879c795f86d92c079f134.tar.bz2 samba-9c9ec64518a4e8b0afc879c795f86d92c079f134.zip |
r21595: add a constant and some comments
metze
(This used to be commit b8af925da9c515f3803aa813ef5e4cded892a525)
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -1023,6 +1023,18 @@ interface drsuapi } 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 |