summaryrefslogtreecommitdiff
path: root/examples/dce-dfs/smb.conf
blob: 1f060282c370e891be54bfdc1839b3cf3279225e (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
   browseable = no
   read only = no
   create mode = 0750

[test]
   comment = test stuff
   path = /dept/mis/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
   browseable = no
   read only = no
   create mode = 0750

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