summaryrefslogtreecommitdiff
path: root/source3/libndr/security.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-09-06 18:32:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:43:56 -0500
commit995205fc60f87e1a02aa1c6f309db55ae18e908a (patch)
treebf796212b1c95b755ef07b1a91b7e26e45dbbd87 /source3/libndr/security.h
parenta7be2ec7c5eb8bda76eaec0eaff7e1a7b2b39433 (diff)
downloadsamba-995205fc60f87e1a02aa1c6f309db55ae18e908a.tar.gz
samba-995205fc60f87e1a02aa1c6f309db55ae18e908a.tar.bz2
samba-995205fc60f87e1a02aa1c6f309db55ae18e908a.zip
r18188: merge 3.0-libndr branch
(This used to be commit 1115745caed3093c25d6be01ffee21819fb0a675)
Diffstat (limited to 'source3/libndr/security.h')
-rw-r--r--source3/libndr/security.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/libndr/security.h b/source3/libndr/security.h
index 8f790f387e..61e0ea313f 100644
--- a/source3/libndr/security.h
+++ b/source3/libndr/security.h
@@ -135,13 +135,6 @@ enum sec_privilege {
SEC_PRIV_REMOTE_INTERACTIVE_LOGON=24
};
-struct dom_sid {
- uint8_t sid_rev_num;
- int8_t num_auths;/* [range(0 15)] */
- uint8_t id_auth[6];
- uint32_t *sub_auths;
-}/* [noprint,gensize,noejs,public,nosize] */;
-
/* bitmap security_ace_flags */
#define SEC_ACE_FLAG_OBJECT_INHERIT ( 0x01 )
#define SEC_ACE_FLAG_CONTAINER_INHERIT ( 0x02 )