diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-02 11:15:44 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-02 18:19:55 +1000 |
commit | 132242fe7ebbf7bba9fb5a361788b0157cc704ac (patch) | |
tree | 01971c00337c2b2c93c0ba66feadc6e7565a75fd /librpc | |
parent | 90b694bc6114cbb652b11a136a8fc3657861d790 (diff) | |
download | samba-132242fe7ebbf7bba9fb5a361788b0157cc704ac.tar.gz samba-132242fe7ebbf7bba9fb5a361788b0157cc704ac.tar.xz samba-132242fe7ebbf7bba9fb5a361788b0157cc704ac.zip |
add a ref to the WSPP docs
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/drsuapi.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl index 9e1f17b61d..6ca870a159 100644 --- a/librpc/idl/drsuapi.idl +++ b/librpc/idl/drsuapi.idl @@ -608,6 +608,7 @@ interface drsuapi drsuapi_DsReplicaMetaData meta_data; } drsuapi_DsReplicaLinkedAttribute; + /* [MS-DRSR] section 4.1.10.2.11 DRS_MSG_GETCHGREPLY_V6 */ typedef [public,gensize] struct { GUID source_dsa_guid; /* the 'objectGUID' field of the CN=NTDS Settings object */ GUID source_dsa_invocation_id; /* the 'invocationId' field of the CN=NTDS Settings object */ |