~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to examples/dce-dfs/smb.conf

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
   password level = 8
 
9
 
 
10
[homes]
 
11
   comment = Home Directories
 
12
   browseable = no
 
13
   read only = no
 
14
   create mode = 0750
 
15
 
 
16
[test]
 
17
   comment = test stuff
 
18
   path = /dept/mis/home/testacct
 
19
   valid users = testacct
 
20
   public = no
 
21
   writable = yes
 
22
 
 
23
[namespace]
 
24
   comment = DCE-DFS Global Root 
 
25
   path = /...
 
26
   public = no
 
27
   writable = yes
 
28
 
 
29
[oecdfs]
 
30
   comment = Corporate Cell
 
31
   path = /.../corp.boston.oec.com/fs
 
32
   browseable = no
 
33
   read only = no
 
34
   create mode = 0750
 
35
 
 
36
[develdfs]
 
37
   comment = Technology Development Cell
 
38
   path = /.../devel.boston.oec.com/fs
 
39
   browseable = no
 
40
   read only = no
 
41
   create mode = 0750
 
42