mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
librpc/idl: Use nbt_server_type instead of netr_DsR_DcFlags netlogon.idl
We should not keep two idential bitfield tables in two nearby IDL files. However a number of python files in Samba and in freeIPA use the nbt.NBT_SERVER_* constants, so these are the better names to keep. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
parent
089f555eb7
commit
4caab32f08
@ -4,7 +4,7 @@
|
||||
who contributed!
|
||||
*/
|
||||
|
||||
import "misc.idl", "lsa.idl", "samr.idl", "security.idl";
|
||||
import "misc.idl", "lsa.idl", "samr.idl", "security.idl", "nbt.idl";
|
||||
|
||||
#include "idl_types.h"
|
||||
|
||||
@ -1224,7 +1224,7 @@ interface netlogon
|
||||
GUID domain_guid;
|
||||
[string,charset(UTF16)] uint16 *domain_name;
|
||||
[string,charset(UTF16)] uint16 *forest_name;
|
||||
netr_DsR_DcFlags dc_flags;
|
||||
nbt_server_type dc_flags;
|
||||
[string,charset(UTF16)] uint16 *dc_site_name;
|
||||
[string,charset(UTF16)] uint16 *client_site_name;
|
||||
} netr_DsRGetDCNameInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user