diff options
author | John Terpstra <jht@samba.org> | 1997-07-14 15:51:31 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1997-07-14 15:51:31 +0000 |
commit | 5ca31263650a168a85b256265556bfb2260f73ee (patch) | |
tree | 1b5712bc16948c08aca890b508bbbf2c94f13343 /examples/redhat/smb.conf | |
parent | 136732a6f4cda86b4e28908afb3ad4893439c1ca (diff) | |
download | samba-5ca31263650a168a85b256265556bfb2260f73ee.tar.gz samba-5ca31263650a168a85b256265556bfb2260f73ee.tar.bz2 samba-5ca31263650a168a85b256265556bfb2260f73ee.zip |
Update of config files
(This used to be commit 72ec68d22c23a1c65919147e63f51f6e39e69bb8)
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 |