diff options
author | Jeremy Allison <jra@samba.org> | 2011-09-21 13:33:38 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-09-21 13:34:50 -0700 |
commit | 893497ee169ba5455cd70458a339e60544e171d7 (patch) | |
tree | d81d8fd0236daa433ff5b133f60cdcb3dfade7ea /librpc/idl | |
parent | d89bbe9b0a989b8b5b1ecbd43c063a388e122aaf (diff) | |
download | samba-893497ee169ba5455cd70458a339e60544e171d7.tar.gz samba-893497ee169ba5455cd70458a339e60544e171d7.tar.bz2 samba-893497ee169ba5455cd70458a339e60544e171d7.zip |
Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 share
Handle the SECINFO_LABEL flag in the same was as Win2k3.
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/security.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index 2b6efc5318..5973fc5298 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -600,6 +600,7 @@ interface security SECINFO_GROUP = 0x00000002, SECINFO_DACL = 0x00000004, SECINFO_SACL = 0x00000008, + SECINFO_LABEL = 0x00000010, SECINFO_UNPROTECTED_SACL = 0x10000000, SECINFO_UNPROTECTED_DACL = 0x20000000, SECINFO_PROTECTED_SACL = 0x40000000, |