Update of config files
[samba.git] / examples / redhat / smb.conf
index 37c20353630d0ce6a44c93cfca23d17c6e742b89..0a2a66548a618d4d77a83487d7b436f1026ba4e8 100644 (file)
 ; 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
 ; 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
 ; access to the directory.
 ;[fredsdir]
 ;   comment = Fred's Service
-;   path = /usr/somewhere/private
+;   path = /home/somewhere/private
 ;   valid users = fred
 ;   public = no
 ;   writable = yes
 ; 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
 ;
 ; 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
 ; 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