~ubuntu-branches/ubuntu/karmic/mythbuntu-common/karmic

« back to all changes in this revision

Viewing changes to examples/smb.conf.dist

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-02-14 13:37:07 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20090214133707-5pna7ts95670rbsc
Tags: 0.23-0ubuntu1
Include sample configuration files for samba and nfs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[global]
 
2
workgroup = MSHOME
 
3
server string = %h server (Samba, Mythbuntu)
 
4
log file = /var/log/samba/log.%m
 
5
max log size = 1000
 
6
syslog = 0
 
7
panic action = /usr/share/samba/panic-action %d
 
8
dns proxy = no
 
9
security = share
 
10
 
 
11
[recordings]
 
12
comment = TV Recordings
 
13
path = /var/lib/mythtv/recordings
 
14
public = yes
 
15
writable = no
 
16
create mask = 0777
 
17
directory mask = 0777
 
18
force user = nobody
 
19
force group = nogroup
 
20
 
 
21
[videos]
 
22
comment = Videos
 
23
path = /var/lib/mythtv/videos
 
24
public = yes
 
25
writable = yes
 
26
create mask = 0660
 
27
directory mask = 0770
 
28
force user = mythtv
 
29
force group = mythtv
 
30
 
 
31
[music]
 
32
comment = Music
 
33
path = /var/lib/mythtv/music
 
34
public = yes
 
35
writable = yes
 
36
create mask = 0660
 
37
directory mask = 0770
 
38
force user = mythtv
 
39
force group = mythtv
 
40
 
 
41
[pictures]
 
42
comment = Pictures
 
43
path = /var/lib/mythtv/pictures
 
44
public = yes
 
45
writable = yes
 
46
create mask = 0660
 
47
directory mask = 0770
 
48
force user = mythtv
 
49
force group = mythtv
 
50