summaryrefslogtreecommitdiffstats
path: root/examples/dce-dfs/smb.conf
blob: 422175364f8c50f79e4074f8975f5ea4e8ee510b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[global]
   printing = bsd
   printcap name = /etc/printcap
   load printers = no
   guest account = guest
   log file = /usr/local/samba/var/log.%m
   log level = 8

[homes]
   comment = Home Directories
   browsable = no
   read only = no
   create mode = 0750

[test]
   comment = test stuff
   path = /dept/home/testacct
   valid users = testacct
   public = no
   writable = yes

[namespace]
   comment = DCE-DFS Global Root
   path = /...
   public = no
   writable = yes

[oecdfs]
   comment = Corporate Cell
   path = /.../corp.boston.oec.com/fs
   browsable = no
   read only = no
   create mode = 0750

[develdfs]
   comment = Technology Development Cell
   path = /.../devel.boston.oec.com/fs
   browsable = no
   read only = no
   create mode = 0750