s4: security.idl: for now move server_id also to dom_sid.idl
authorStefan Metzmacher <metze@samba.org>
Fri, 7 Nov 2008 16:52:01 +0000 (17:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 7 Nov 2008 17:06:54 +0000 (18:06 +0100)
We should move server_id somewhere else...

metze

source4/librpc/idl/dom_sid.idl
source4/librpc/idl/security.idl

index 59faabae3a63c99c0ed1df6c57efe068bde69044..80df11dbfea97f849021e7d9a5291d87c75e43c3 100644 (file)
@@ -30,5 +30,13 @@ interface dom_sid
                uint8  id_auth[6];              /**< Identifier Authority */
                uint32 sub_auths[num_auths];
        } dom_sid;
+
+       /* id used to identify a endpoint, possibly in a cluster */
+       typedef [public] struct {
+               hyper id;
+               uint32 id2;
+               uint32 node;
+       } server_id;
+
 }
 
index 964e0b9e42d4b1c5e693721870dc9efcd73eb1c0..2c8edac2b3ea6f709051ce99806f2bec12317e36 100644 (file)
@@ -225,13 +225,6 @@ interface security
                SEC_PRIV_REMOTE_INTERACTIVE_LOGON  = 24
        } sec_privilege;
 
-       /* id used to identify a endpoint, possibly in a cluster */
-       typedef [public] struct {
-               hyper id;
-               uint32 id2;
-               uint32 node;
-       } server_id;
-
        typedef [bitmap8bit] bitmap {
                SEC_ACE_FLAG_OBJECT_INHERIT             = 0x01,
                SEC_ACE_FLAG_CONTAINER_INHERIT          = 0x02,