s3/smbd: fix nested chdir into msdfs links on (widelinks = yes) share
[samba.git] / examples / dce-dfs / smb.conf
1 [global]
2    printing = bsd
3    printcap name = /etc/printcap
4    load printers = no
5    guest account = guest
6    log file = /usr/local/samba/var/log.%m
7    log level = 8
8
9 [homes]
10    comment = Home Directories
11    browsable = no
12    read only = no
13    create mode = 0750
14
15 [test]
16    comment = test stuff
17    path = /dept/home/testacct
18    valid users = testacct
19    public = no
20    writable = yes
21
22 [namespace]
23    comment = DCE-DFS Global Root
24    path = /...
25    public = no
26    writable = yes
27
28 [oecdfs]
29    comment = Corporate Cell
30    path = /.../corp.boston.oec.com/fs
31    browsable = no
32    read only = no
33    create mode = 0750
34
35 [develdfs]
36    comment = Technology Development Cell
37    path = /.../devel.boston.oec.com/fs
38    browsable = no
39    read only = no
40    create mode = 0750
41