1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

r5839: add LDAP DirSync control idl

metze
(This used to be commit 29d898a338e20c76a2270557b0c401a9672af094)
This commit is contained in:
Stefan Metzmacher 2005-03-17 00:33:56 +00:00 committed by Gerald (Jerry) Carter
parent c638a8380d
commit c2875e51e8

View File

@ -126,4 +126,30 @@ interface drsblobs {
void decode_repsFromTo(
[in] repsFromToBlob blob
);
typedef struct {
GUID guid1;
dlong usn;
} ldapControlDirSyncArray;
typedef [public] struct {
uint8 prefix[4];
uint32 u1;
NTTIME time;
uint32 u2;
uint32 u3;
uint32 u4;
dlong usn1;
dlong usn2;
dlong usn3;
GUID guid1;
dlong h4;
uint32 count;
uint32 u5;
ldapControlDirSyncArray array[count];
} ldapControlDirSyncBlob;
void decode_ldapControlDirSync(
[in] ldapControlDirSyncBlob blob
);
}