diff options
Diffstat (limited to 'file-ida.idaskolen.dk.m4')
-rw-r--r-- | file-ida.idaskolen.dk.m4 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/file-ida.idaskolen.dk.m4 b/file-ida.idaskolen.dk.m4 new file mode 100644 index 0000000..b0ba191 --- /dev/null +++ b/file-ida.idaskolen.dk.m4 @@ -0,0 +1,30 @@ +dnl +dnl /etc/local/file-debian.cafe3.local.m4 +dnl Copyright 2002 Jonas Smedegaard <dr@jones.dk> +dnl +dnl $Id: file-ida.idaskolen.dk.m4,v 1.1 2002-09-19 11:49:56 jonas Exp $ +dnl +dnl Shares for Samba and Netatalk servers +dnl +dnl Used by /etc/cfengine/cf.local.services.file.conf.m4 and /etc/samba/smb-shares.m4 +dnl +_dir(any,/home/guest,guest,guest,755) +_dir(any,/home/idaadm,idaadm,idaadm,755) +_files(win,netlogon,Netværkslogon,/etc/samba/netlogon,root,root,755,ro) +_files(win,userprofiles,Brugerprofiler,/home/guest/shares_win/userprofiles,root,root,755) +_files(win,reference,DEBIAN: Samba Linux server,/home/guest/shares_win/reference,root,root,755) +dnl +_homefiles(win,homes,Personlige Windows-dokumenter,%H/pc,rwp) +_homefiles(win,prv_mac,Personlige Macintosh-dokumenter,%H/mac,rop) +_homefiles(win,prv_web,Personlige web-dokumenter,%H/public_html,rww) +dnl +_files(win,doc,Delte Windows dokumenter,/home/guest/shares_win/doc,guest,guest,2770,rw,guest) +dnl _files(win,doc_mac,Delte Macintosh dokumenter,/home/guest/shares_mac/doc,guest,guest,2770,ro,guest) +dnl +_files(win,adm,Delte adm. Windows dokumenter,/home/idaadm/shares_win/doc,idaadm,idaadm,2770,rw,idaadm) +_files(win,adm_mac,Delte adm. Macintosh dokumenter,/home/idaadm/shares_mac/doc,idaadm,idaadm,2770,ro,idaadm) +dnl +_homefiles(win,home_xch,Personlige dokumenter som kan læses af gruppen,%H/xchange) +_files(win,doc_xch,Alle dokumenter som kan læses af gruppen,/home/guest/shares_win/xchange,guest,guest,550,ro,guest) +dnl +_printer(win,HP2100,Netværksprinterkø til HP 2100 (postscript level 3),/tmp,hp2100) |