diff options
author | Shirish Pargaonkar <shirishpargaonkar@gmail.com> | 2017-08-30 06:29:52 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2017-08-30 07:38:57 -0400 |
commit | 48d88f946e72a3a8618498524e61f9053bb565f4 (patch) | |
tree | 66587704ef9babc8bb5cd5b9fb2b9055c977c023 /cifs.upcall.8.in | |
parent | 99fdae64202116489d92d878fd2ae4f1397b45d2 (diff) | |
download | cifs-utils-48d88f946e72a3a8618498524e61f9053bb565f4.tar.gz cifs-utils-48d88f946e72a3a8618498524e61f9053bb565f4.tar.bz2 cifs-utils-48d88f946e72a3a8618498524e61f9053bb565f4.zip |
cifs: setcifsacl - Send the actual (security descriptor) buffer size instead of the pre-allocated size
Some SMB servers such as HDS HNAS (Hitachi NAS) return error
NT Status: STATUS_INVALID_SECURITY_DESCR (0xc0000079)
during set cifs acl operation.
This happens due to mismatch in the size of actual security descriptor
being set versus the size of the security descriptor stated in the request.
Instead of sending allocated buffer size of a security descriptor,
send the actual size of the security descriptor during set cifs acl
operation.
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Diffstat (limited to 'cifs.upcall.8.in')
0 files changed, 0 insertions, 0 deletions