Bug 5901 - vfs_streams_depot creates directory at invalid path
Summary: vfs_streams_depot creates directory at invalid path
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.2.4
Hardware: Other Windows XP
: P3 trivial
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-15 08:58 UTC by TAKAHASHI Motonobu
Modified: 2008-11-16 06:19 UTC (History)
1 user (show)

See Also:


Attachments
Patch to fix this bug (579 bytes, patch)
2008-11-15 09:00 UTC, TAKAHASHI Motonobu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description TAKAHASHI Motonobu 2008-11-15 08:58:46 UTC
vfs_streams_depot(8) says:
-----
OPTIONS
       streams_depot:directory = PATH
           Path of the directory where the alternate data streams should be
           stored. Defaults to the sharepath/.streams.
-----
But actually the directory is created at sharepath itself, not sharepath/.streams.
Comment 1 TAKAHASHI Motonobu 2008-11-15 09:00:10 UTC
Created attachment 3737 [details]
Patch to fix this bug
Comment 2 Volker Lendecke 2008-11-16 06:19:58 UTC
Checked in, thanks!

Looking at the other streams bugs now,

Volker