diff options
author | Günther Deschner <gd@samba.org> | 2014-10-23 14:03:33 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2014-10-24 11:30:05 +0200 |
commit | 59f09e619d2669fe19ca8d3b8ffe4e9489242987 (patch) | |
tree | d6212fcc80c30685732efd1ec2140295be1e595d /librpc | |
parent | 10539487c62cd9a4ebfc82baa0ad933cbc166c6c (diff) | |
download | samba-59f09e619d2669fe19ca8d3b8ffe4e9489242987.tar.gz samba-59f09e619d2669fe19ca8d3b8ffe4e9489242987.tar.xz samba-59f09e619d2669fe19ca8d3b8ffe4e9489242987.zip |
nbt: the DS_8 flag also shows up in netlogon cldap/mailslot replies.
Guenther
Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/nbt.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl index 69a1853daf..ef3f074384 100644 --- a/librpc/idl/nbt.idl +++ b/librpc/idl/nbt.idl @@ -360,6 +360,7 @@ interface nbt NBT_SERVER_SELECT_SECRET_DOMAIN_6 = 0x00000800, NBT_SERVER_FULL_SECRET_DOMAIN_6 = 0x00001000, NBT_SERVER_ADS_WEB_SERVICE = 0x00002000, + NBT_SERVER_DS_8 = 0x00004000, NBT_SERVER_HAS_DNS_NAME = 0x20000000, NBT_SERVER_IS_DEFAULT_NC = 0x40000000, NBT_SERVER_FOREST_ROOT = 0x80000000 |