summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/security.idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-08-26 09:49:54 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-08-26 09:49:54 +1000
commit291b0dfb2a9cfff94e21c9cd17aa00345219765c (patch)
tree2e3ec9fb7a09b96869a872ba60f1f89a1ffd92d4 /source4/librpc/idl/security.idl
parent9eacc3a8f396e74b0deed193f0f2ecffa3ba8e93 (diff)
downloadsamba-291b0dfb2a9cfff94e21c9cd17aa00345219765c.tar.gz
samba-291b0dfb2a9cfff94e21c9cd17aa00345219765c.tar.bz2
samba-291b0dfb2a9cfff94e21c9cd17aa00345219765c.zip
Update RPC-LSA to (almost) pass against Windows 2008.
(This used to be commit a17cb558c23142e522de3ed56d65c7694477395f)
Diffstat (limited to 'source4/librpc/idl/security.idl')
-rw-r--r--source4/librpc/idl/security.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/librpc/idl/security.idl b/source4/librpc/idl/security.idl
index f8e9e9e110..80efe46453 100644
--- a/source4/librpc/idl/security.idl
+++ b/source4/librpc/idl/security.idl
@@ -386,4 +386,12 @@ interface security
SECINFO_PROTECTED_SACL = 0x40000000,
SECINFO_PROTECTED_DACL = 0x80000000
} security_secinfo;
+
+ typedef [public,bitmap32bit] bitmap {
+ KERB_ENCTYPE_DES_CBC_CRC = 0x00000001,
+ KERB_ENCTYPE_DES_CBC_MD5 = 0x00000002,
+ KERB_ENCTYPE_RC4_HMAC_MD5 = 0x00000004,
+ KERB_ENCTYPE_AES128_CTS_HMAC_SHA1_96 = 0x00000008,
+ KERB_ENCTYPE_AES256_CTS_HMAC_SHA1_96 = 0x00000010
+ } kerb_EncTypes;
}