summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/librpc/idl/netlogon.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl
index 6ba342b663..c75aea360c 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/librpc/idl/netlogon.idl
@@ -4,7 +4,7 @@
who contributed!
*/
-import "lsa.idl", "samr.idl", "security.idl";
+import "lsa.idl", "samr.idl", "security.idl", "nbt.idl";
#include "idl_types.h"
@@ -1016,15 +1016,15 @@ interface netlogon
} netr_DsRGetDCNameInfo_AddressType;
typedef [bitmap32bit] bitmap {
- DS_SERVER_PDC = 0x00000001 /* NBT_SERVER_PDC */,
- DS_SERVER_GC = 0x00000004 /* NBT_SERVER_GC */,
- DS_SERVER_LDAP = 0x00000008 /* NBT_SERVER_LDAP */,
- DS_SERVER_DS = 0x00000010 /* NBT_SERVER_DS */,
- DS_SERVER_KDC = 0x00000020 /* NBT_SERVER_KDC */,
- DS_SERVER_TIMESERV = 0x00000040 /* NBT_SERVER_TIMESERV */,
- DS_SERVER_CLOSEST = 0x00000080 /* NBT_SERVER_CLOSEST */,
- DS_SERVER_WRITABLE = 0x00000100 /* NBT_SERVER_WRITABLE */,
- DS_SERVER_GOOD_TIMESERV = 0x00000200 /* NBT_SERVER_GOOD_TIMESERV */,
+ DS_SERVER_PDC = NBT_SERVER_PDC,
+ DS_SERVER_GC = NBT_SERVER_GC,
+ DS_SERVER_LDAP = NBT_SERVER_LDAP,
+ DS_SERVER_DS = NBT_SERVER_DS,
+ DS_SERVER_KDC = NBT_SERVER_KDC,
+ DS_SERVER_TIMESERV = NBT_SERVER_TIMESERV,
+ DS_SERVER_CLOSEST = NBT_SERVER_CLOSEST,
+ DS_SERVER_WRITABLE = NBT_SERVER_WRITABLE,
+ DS_SERVER_GOOD_TIMESERV = NBT_SERVER_GOOD_TIMESERV,
DS_SERVER_NDNC = 0x00000400,
DS_SERVER_SELECT_SECRET_DOMAIN_6 = 0x00000800,
DS_SERVER_FULL_SECRET_DOMAIN_6 = 0x00001000,