mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4/drs(idl): Redefine drsuapi_DsReplicaOID in drsuapi.idl
Structure redefined to be more similar with OID_t structure defined in [ref. MS-DRSR.pdf - p.496].
This commit is contained in:
parent
a85799d5db
commit
cf51787382
@ -414,9 +414,9 @@ interface drsuapi
|
||||
*
|
||||
* 2.5.5.17 => dom_sid
|
||||
*/
|
||||
typedef [nopush,nopull] struct {
|
||||
[range(0,10000),value(ndr_size_drsuapi_DsReplicaOID_oid(oid, 0))] uint32 __ndr_size;
|
||||
[size_is(__ndr_size),charset(DOS)] uint8 *oid; /* it's encoded with asn1_write_OID_String() */
|
||||
typedef [noprint] struct {
|
||||
[range(0,10000)] uint32 length;
|
||||
[size_is(length)] uint8 *binary_oid; /* partial-binary-OID encoded with asn1_write_partial_OID_String() */
|
||||
} drsuapi_DsReplicaOID;
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user