diff options
-rw-r--r-- | cfengine/cf.services.file | 2 | ||||
-rw-r--r-- | dhcpd.conf.xenuxlocal | 4 | ||||
-rw-r--r-- | samba/smb-shares-xenuxlocal.conf | 17 |
3 files changed, 17 insertions, 6 deletions
diff --git a/cfengine/cf.services.file b/cfengine/cf.services.file index c6e79b5..47bec59 100644 --- a/cfengine/cf.services.file +++ b/cfengine/cf.services.file @@ -15,7 +15,7 @@ control: datashare = ( /home/fsadmin/COMMON/documents ) softshare = ( /home/fsadmin/COMMON/software ) profshare = ( /home/fsadmin/COMMON/samba/userprofiles ) - printdir = ( /var/spool/sharedprinter ) + printdir = ( /var/spool/lpd/sharedprinter ) privpcshare = ( .pcshare ) privmacshare = ( .macshare ) privxchngshare = ( .xchangeshare ) diff --git a/dhcpd.conf.xenuxlocal b/dhcpd.conf.xenuxlocal index 300d94c..60d481f 100644 --- a/dhcpd.conf.xenuxlocal +++ b/dhcpd.conf.xenuxlocal @@ -7,10 +7,10 @@ default-lease-time 1200; max-lease-time 7200; option subnet-mask 255.255.255.0; -option routers 192.168.200.1; +option routers orcrist.xenux.local; option domain-name-servers 192.168.200.20, 212.54.64.170, 212.54.64.171; option domain-name "xenux.local"; -option netbios-name-servers 192.168.200.1; +option netbios-name-servers orcrist.xenux.local; # According to our policy, the dynamic address space starts # at .60 and ends at .229 giving 170 client addresses. 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 + |