diff options
Diffstat (limited to 'examples/redhat/smb.conf')
-rw-r--r-- | examples/redhat/smb.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/redhat/smb.conf b/examples/redhat/smb.conf index 37c2035363..0a2a66548a 100644 --- a/examples/redhat/smb.conf +++ b/examples/redhat/smb.conf @@ -126,7 +126,7 @@ ; Un-comment the following and create the netlogon directory for Domain Logons ; [netlogon] ; comment = Samba Network Logon Service -; path = /usr/local/samba/lib/netlogon +; path = /home/netlogon ; Case sensitivity breaks logon script processing!!! ; case sensitive = no ; guest ok = yes @@ -138,7 +138,7 @@ ; Un-comment the following to provide a specific roving profile share ; the default is to use the user's home directory ;[Profiles] -; path = /usr/local/samba/profiles +; path = /home/profiles ; browseable = no ; printable = no ; guest ok = yes @@ -188,7 +188,7 @@ ; access to the directory. ;[fredsdir] ; comment = Fred's Service -; path = /usr/somewhere/private +; path = /home/somewhere/private ; valid users = fred ; public = no ; writable = yes @@ -200,7 +200,7 @@ ; The %m gets replaced with the machine name that is connecting. ;[pchome] ; comment = PC Directories -; path = /usr/pc/%m +; path = /home/pc/%m ; public = no ; writable = yes ; @@ -211,7 +211,7 @@ ; directory must be writable by the default user. Another user could of course ; be specified, in which case all files would be owned by that user instead. ;[public] -; path = /usr/somewhere/else/public +; path = /home/somewhere/else/public ; public = yes ; only guest = yes ; writable = yes @@ -225,7 +225,7 @@ ; as many users as required. ;[myshare] ; comment = Mary's and Fred's stuff -; path = /usr/somewhere/shared +; path = /home/somewhere/shared ; valid users = mary fred ; public = no ; writable = yes |