From 249a9af1147b2f4f1d48e1fd88a985382305ec4b Mon Sep 17 00:00:00 2001
From: =?utf-8?q?G=C3=BCnther=20Deschner?= <gd@samba.org>
Date: Thu, 17 Jan 2008 09:50:45 +0100
Subject: [PATCH] Import recent misc.idl from Samba4.

Guenther
---
 source/librpc/idl/misc.idl |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/source/librpc/idl/misc.idl b/source/librpc/idl/misc.idl
index ae098d0..0861758 100644
--- a/source/librpc/idl/misc.idl
+++ b/source/librpc/idl/misc.idl
@@ -45,8 +45,13 @@ interface misc
 	typedef [public,v1_enum] enum {
 		SAMR_REJECT_OTHER      = 0,
 		SAMR_REJECT_TOO_SHORT  = 1,
-		SAMR_REJECT_COMPLEXITY = 2
+		SAMR_REJECT_IN_HISTORY = 2,
+		SAMR_REJECT_COMPLEXITY = 5
 	} samr_RejectReason;
 
-
+	/* id used to identify a endpoint, possibly in a cluster */
+	typedef [public] struct {
+		uint32 id;
+		uint32 node;
+	} server_id;
 }
-- 
1.5.3.7

