diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-07 13:39:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:25 -0500 |
commit | 0c149befe2feaf1a7e052471f180a4667bbaa1b0 (patch) | |
tree | 5f80168631456651abca455dae97c5576bc88c8b /source4 | |
parent | 87b2218db78ba0000b529c7228cf5fb6a296be14 (diff) | |
download | samba-0c149befe2feaf1a7e052471f180a4667bbaa1b0.tar.gz samba-0c149befe2feaf1a7e052471f180a4667bbaa1b0.tar.bz2 samba-0c149befe2feaf1a7e052471f180a4667bbaa1b0.zip |
r17438: extend the comment
metze
(This used to be commit 246c35e008fb0cc167cdd1b13db6a50046e3f991)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index cba0103b8e..9f02f735d1 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -104,6 +104,8 @@ interface drsuapi const char *DRSUAPI_DS_BIND_GUID = "e24d201a-4fd6-11d1-a3da-0000f875ae0d"; /* * this magic guid are needed to fetch the whole tree with drsuapi_DsGetNCChanges() + * as administrator and this values are also used in the destination_dsa_guid field + * of drsuapi_DsGetNCChangesReq5/8 and the source_dsa_guid is zero. */ const char *DRSUAPI_DS_BIND_GUID_W2K = "6abec3d1-3054-41c8-a362-5a0c5b7d5d71"; const char *DRSUAPI_DS_BIND_GUID_W2K3 = "6afab99c-6e26-464a-975f-f58f105218bc"; |