summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-31 14:10:22 +0100
committerGünther Deschner <gd@samba.org>2008-01-31 14:10:22 +0100
commit2e0a1fcf3f461f134c910e83ab82115c00827231 (patch)
treef2b0db7f7d686669dba28d60303a593bbdc1b4c6 /source3/librpc/gen_ndr/netlogon.h
parent09454362cf75ecb7db58560604b567611e89d5ef (diff)
downloadsamba-2e0a1fcf3f461f134c910e83ab82115c00827231.tar.gz
samba-2e0a1fcf3f461f134c910e83ab82115c00827231.tar.bz2
samba-2e0a1fcf3f461f134c910e83ab82115c00827231.zip
Re-run make idl.
Guenther (This used to be commit b658270518140c457536b0c7db06a646d7077529)
Diffstat (limited to 'source3/librpc/gen_ndr/netlogon.h')
-rw-r--r--source3/librpc/gen_ndr/netlogon.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/netlogon.h b/source3/librpc/gen_ndr/netlogon.h
index f59d93764f..c8f3c03c79 100644
--- a/source3/librpc/gen_ndr/netlogon.h
+++ b/source3/librpc/gen_ndr/netlogon.h
@@ -643,6 +643,8 @@ struct netr_Blob {
#define DS_ONLY_LDAP_NEEDED ( 0x00008000 )
#define DS_IS_FLAT_NAME ( 0x00010000 )
#define DS_IS_DNS_NAME ( 0x00020000 )
+#define DS_TRY_NEXTCLOSEST_SITE ( 0x00040000 )
+#define DS_DIRECTORY_SERVICE_6_REQUIRED ( 0x00080000 )
#define DS_RETURN_DNS_NAME ( 0x40000000 )
#define DS_RETURN_FLAT_NAME ( 0x80000000 )
@@ -670,6 +672,8 @@ enum netr_DsRGetDCNameInfo_AddressType
#define DS_SERVER_WRITABLE ( 0x00000100 )
#define DS_SERVER_GOOD_TIMESERV ( 0x00000200 )
#define DS_SERVER_NDNC ( 0x00000400 )
+#define DS_SERVER_SELECT_SECRET_DOMAIN_6 ( 0x00000800 )
+#define DS_SERVER_FULL_SECRET_DOMAIN_6 ( 0x00001000 )
#define DS_DNS_CONTROLLER ( 0x20000000 )
#define DS_DNS_DOMAIN ( 0x40000000 )
#define DS_DNS_FOREST ( 0x80000000 )
@@ -1027,7 +1031,7 @@ struct netr_GetDcName {
struct {
const char **dcname;/* [ref,charset(UTF16)] */
- NTSTATUS result;
+ WERROR result;
} out;
};