mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
r23418: 'S' is 0x53...
metze
This commit is contained in:
parent
306cf0f38a
commit
a7be681077
@ -148,14 +148,14 @@ interface drsblobs {
|
||||
* prefixMap
|
||||
* w2k unknown
|
||||
* w2k3 unknown
|
||||
* samba4 uses 0x44544442 'DSDB'
|
||||
* samba4 uses 0x44534442 'DSDB'
|
||||
*
|
||||
* as we windows don't return the prefixMap attribute when you ask for
|
||||
* we don't know the format, but the attribute is not replicated
|
||||
* so that we can choose our own format...
|
||||
*/
|
||||
typedef [v1_enum] enum {
|
||||
PREFIX_MAP_VERSION_DSDB = 0x44544442
|
||||
PREFIX_MAP_VERSION_DSDB = 0x44534442
|
||||
} prefixMapVersion;
|
||||
|
||||
typedef [nodiscriminant] union {
|
||||
|
Loading…
Reference in New Issue
Block a user