s3:smb2_find: Return that timestamps do not exist as directories
[Samba.git] / examples / tridge / smb.conf
blob4aa40d8e0bbb8bee96a5cee81a37465453ce7000
1 [global]   
2    config file = /usr/local/samba/smb.conf.%m
3    status = yes
4    security = user
5    encrypt passwords = yes
6    server string = Tridge (%v,%h)
7    load printers = yes
8    log level = 1
9    log file = /usr/local/samba/var/log.%m
10    guest account = pcguest
11    hosts allow = 192.0.2. localhost 
12    password level = 2
13    auto services = tridge susan
14    message command = csh -c '/usr/bin/X11/xedit -display :0 %s;rm %s' &
15    read prediction = yes
16    socket options = TCP_NODELAY 
17    valid chars = ö:Ö å:Å ä:Ä 
18    share modes = yes
19    locking = yes
20    strict locking = yes
21    keepalive = 30
22    include = /usr/local/samba/lib/smb.conf.%m
23    include = /usr/local/samba/lib/smb.conf.%a
26 [uniprint]
27    comment = University Printing
28    path = /home/susan/print
29    user = susan
30    postscript = yes
31    print ok = yes
32    print command = xmenu -heading "%s" OK&
34 [amd]
35    comment = amd area
36    path = /mount
37    force user = tridge
38    read only = no
40 [homes]
41    browseable = no
42    guest ok = no
43    read only = no
44    create mask = 0755
46 [printers]
47   browseable = no
48   comment = Printer in Printcap
49   guest ok = no
50   path = /tmp
51   read only = no
52   print ok = yes
54 [dos]
55   browseable = yes
56   comment = Dos Files
57   force group = samba
58   create mode = 0775
59   path = /home/tridge/dos
60   copy = homes
62 [msoffice]
63   browseable = yes
64   comment = Microsoft Office
65   force group = samba
66   create mode = 0775
67   path = /data/msoffice
68   read only = yes
70 [root]
71   comment = Root Dir
72   copy = dos
73   path = /
74   dont descend = /proc ./proc /etc
76 [tmp]
77   comment = tmp files
78   copy = dos
79   path = /tmp
80   read only = no
83 [cdrom]
84   comment = Tridge's CdRom
85   path = /mount/cdrom
86   read only = yes
87   locking = no
89 [data]
90         comment = Data Partition
91         path = /data
92         read only = yes
93         guest ok = yes