]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
IDL: move some netlogon DS flags to NBT where they actually showup first.
authorGünther Deschner <gd@samba.org>
Tue, 29 Apr 2008 22:56:31 +0000 (00:56 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 29 Apr 2008 22:56:31 +0000 (00:56 +0200)
Guenther
(This used to be commit 163f17f84bc602f9944153854e42cf643c5c4768)

source3/librpc/idl/nbt.idl
source3/librpc/idl/netlogon.idl

index 270d8fe2433eb9a13553ab304028e08478ffad5f..7491324bce3dcdf579aa74b0abff9f07eac8f18d 100644 (file)
@@ -397,15 +397,18 @@ interface nbt
        } nbt_netlogon_response_from_pdc;
 
        typedef [bitmap32bit] bitmap {
-               NBT_SERVER_PDC           = 0x00000001,
-               NBT_SERVER_GC            = 0x00000004,
-               NBT_SERVER_LDAP          = 0x00000008,
-               NBT_SERVER_DS            = 0x00000010,
-               NBT_SERVER_KDC           = 0x00000020,
-               NBT_SERVER_TIMESERV      = 0x00000040,
-               NBT_SERVER_CLOSEST       = 0x00000080,
-               NBT_SERVER_WRITABLE      = 0x00000100,
-               NBT_SERVER_GOOD_TIMESERV = 0x00000200
+               NBT_SERVER_PDC                          = 0x00000001,
+               NBT_SERVER_GC                           = 0x00000004,
+               NBT_SERVER_LDAP                         = 0x00000008,
+               NBT_SERVER_DS                           = 0x00000010,
+               NBT_SERVER_KDC                          = 0x00000020,
+               NBT_SERVER_TIMESERV                     = 0x00000040,
+               NBT_SERVER_CLOSEST                      = 0x00000080,
+               NBT_SERVER_WRITABLE                     = 0x00000100,
+               NBT_SERVER_GOOD_TIMESERV                = 0x00000200,
+               NBT_SERVER_NDNC                         = 0x00000400,
+               NBT_SERVER_SELECT_SECRET_DOMAIN_6       = 0x00000800,
+               NBT_SERVER_FULL_SECRET_DOMAIN_6         = 0x00001000
        } nbt_server_type;
 
        /* response from pdc - type2 */
index c75aea360c432a196ff5ffd5b2c0065c720e196a..98cf1e7d320eb3dc827217596bef3aa8ce6cf04d 100644 (file)
@@ -1025,9 +1025,9 @@ interface netlogon
                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,
+               DS_SERVER_NDNC                   = NBT_SERVER_NDNC,
+               DS_SERVER_SELECT_SECRET_DOMAIN_6 = NBT_SERVER_SELECT_SECRET_DOMAIN_6,
+               DS_SERVER_FULL_SECRET_DOMAIN_6   = NBT_SERVER_FULL_SECRET_DOMAIN_6,
                DS_DNS_CONTROLLER                = 0x20000000,
                DS_DNS_DOMAIN                    = 0x40000000,
                DS_DNS_FOREST                    = 0x80000000