The Samba-Bugzilla – Attachment 8947 Details for
Bug 9932
Currently the maximum number of aces in an SD is limited to 1000, but Microsoft supports around 1800
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
attached the patch for supporting maximum number of aces limit in SAMBA
max_ace.patch (text/plain), 435 bytes, created by
Partha
on 2013-06-05 21:39:23 UTC
(
hide
)
Description:
attached the patch for supporting maximum number of aces limit in SAMBA
Filename:
MIME Type:
Creator:
Partha
Created:
2013-06-05 21:39:23 UTC
Size:
435 bytes
patch
obsolete
>--- librpc/idl/security.idl.orig 2013-06-05 14:30:53.371937708 -0700 >+++ librpc/idl/security.idl 2013-06-05 14:31:49.446196867 -0700 >@@ -524,7 +524,7 @@ interface security > typedef [public,gensize,nosize] struct { > security_acl_revision revision; > [value(ndr_size_security_acl(r,ndr->flags))] uint16 size; >- [range(0,1000)] uint32 num_aces; >+ [range(0,1800)] uint32 num_aces; > security_ace aces[num_aces]; > } security_acl; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 9932
:
8947
|
8949