diff options
Diffstat (limited to 'samba/smb_gandalf.xenux.local.conf.m4')
-rw-r--r-- | samba/smb_gandalf.xenux.local.conf.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/samba/smb_gandalf.xenux.local.conf.m4 b/samba/smb_gandalf.xenux.local.conf.m4 index f97320a..4aa5ba6 100644 --- a/samba/smb_gandalf.xenux.local.conf.m4 +++ b/samba/smb_gandalf.xenux.local.conf.m4 @@ -1,7 +1,7 @@ -include(smb-shares.m4) -_share_logon(Network logon,$(netlogshare)) -_share_profiles($(profshare)) -_share_home($(privpcshare)) +include(smb-shares.m4)dnl +_share_logon(netlogon,Network logon,$(netlogshare)) +_share_profiles(userprofiles,Brugerprofiler,$(profshare)) +_share_home(homes,Personlige dokumenter,%H/$(privpcshare)) _share_common(software,Fælles software for Xenux ApS,$(softshare),$(admingrp)) _share_common(dokumenter,Fælles dokumenter for Xenux ApS,$(datashare),$(admingrp)) _share_common(fssoftware,Fælles software for Finn Strandgaard A/S,/home/finn/documents,finn) |