s4-librpc: Fix NETLOGON credential chain with Windows 2008.
[kai/samba.git] / librpc / rpc / rpc_common.h
index 44c3cfd39b58a652e6c3bbe51fdf89281f6352c3..a28835fa6347f216896eb04802f53530ac28d039 100644 (file)
@@ -107,6 +107,9 @@ struct dcerpc_binding {
 /* specify binding interface */
 #define        DCERPC_LOCALADDRESS            (1<<22)
 
+/* handle upgrades or downgrades automatically */
+#define DCERPC_SCHANNEL_AUTO           (1<<23)
+
 /* The following definitions come from ../librpc/rpc/dcerpc_error.c  */
 
 const char *dcerpc_errstr(TALLOC_CTX *mem_ctx, uint32_t fault_code);