Displaying 1 result from an estimated 1 matches for "sharen".
Did you mean:
shared
2013 Jun 07
1
%S Macro seems broken in default service
I am having trouble with the %S Macro being expanded to an unexpected
value. We have a section of disk where each directory under that
directory is to be it's own share. This looks like:
/export/
/export/share1
/export/share2
.
.
/export/shareN
Rather than listing each share uniquely in the smb.conf, we put this in
the global section:
default service = export
along with all of our defaults and settings. Then we have the "export"
service the "default service" refers to:
[export]
path = /export/%S
writeabl...