diff options
author | Juri Jensen <juri@xenux.dk> | 2001-12-12 19:54:22 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2001-12-12 19:54:22 +0000 |
commit | 0852f3f071bb365f526e6ef320323f62832094e1 (patch) | |
tree | 255e1a3b1d20dff011280f6cecac01685009086b /samba | |
parent | 6c449155dddaf64dfe9fab560e9f837ffb020851 (diff) |
* Added a definition for the new autoinstall network
* Changed some names in the xenux.local domain
* Modified the local shares for xenux.local
Diffstat (limited to 'samba')
-rw-r--r-- | samba/smb-shares-xenuxlocal.conf | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/samba/smb-shares-xenuxlocal.conf b/samba/smb-shares-xenuxlocal.conf index 478eb23..0a1c043 100644 --- a/samba/smb-shares-xenuxlocal.conf +++ b/samba/smb-shares-xenuxlocal.conf @@ -1,9 +1,20 @@ [mp3] comment = Mp3 filer - path = /var/local/filesharing/local/mp3 + path = /home/jrisch/mp3 public = no - valid users = @mp3 - force group = +mp3 + valid users = @jrisch + force group = +jrisch writable = yes create mask = 0660 directory mask = 0770 + +[media] + comment = Mp3 filer, film, spil etc. + path = /home/jrisch/media + public = no + valid users = @jrisch + force group = +jrisch + writable = yes + create mask = 0660 + directory mask = 0770 + |