Re: Getting CIFS ACLs larger than CIFSMaxBufSize
Shirish Pargaonkar <[email protected]>
| Newsgroups | gmane.linux.file-systems.cifs |
|---|---|
| Message-ID | <[email protected]> |
On Sat, May 2, 2009 at 3:37 AM, Sreekanth G <[email protected]> wrote: > I am trying to figure out how does linux cifs client handles the situation > when the server has data for security descriptor larger than the > CIFSMaxBufSize. > In this case, the remaining data is lost? > > > Thanks > Sreekanth > > _______________________________________________ > linux-cifs-client mailing list > [email protected] > https://lists.samba.org/mailman/listinfo/linux-cifs-client > > Sreekanth, The acl code in cifs is still has some/long way to go. There are lot more things that need to be implemented and added, that is why it is still experimental. Are you running into this problem, that the size of the response data to query security descriptor execeeds maxbuffersize limit? Can you send the wireshark trace of this transaction if you can?