Question on streams dir structure creation.

Hemanth Thummala hemanth.thummala at nutanix.com
Wed Oct 19 00:30:47 UTC 2016


Hi Jeremy,

Thanks for the response.





On 10/18/16, 5:01 PM, "Jeremy Allison" <jra at samba.org> wrote:

>
>
>Are you using this with the default streams_depot:directory
>path of /share/dir/.streams ? Or have you set this to something
>else ?
We are using the default streams_depot path. Which is under share root.
>
>If the client is blocked from getting access to the streams
>depot directory then you can open this up as wide as you
>like.
Yes. Will do that. I thought I would check with you if there is any intention behind using 755 mode.
>
>Looking at the code, the default streams dir code is wrong,
>should be:
>
>tmp = talloc_asprintf(talloc_tos(), "%s/.streams", handle->conn->connectpath);
>
>instead of:
>
>tmp = talloc_asprintf(talloc_tos(), "%s/.streams", handle->conn->cwd);
In this context both cwd and connect path seems to having same path. Will there be any issue by using cwd?
>
Thanks,
Hemanth.


More information about the samba-technical mailing list