]> git.pld-linux.org Git - packages/samba.git/blobdiff - smb.conf
- updated libsmbclient-libnscd_link patch is back
[packages/samba.git] / smb.conf
index 4fe89bc1e357c1ee02788ea61493fe39605d5702..7edd7f9ed5869aad380c4f89aa04bc893295b422 100644 (file)
--- a/smb.conf
+++ b/smb.conf
@@ -34,7 +34,7 @@
 
 # It should not be necessary to spell out the print system type unless
 # yours is non-standard. Currently supported print systems include:
-# bsd, sysv, plp, lprng, aix, hpux, qnx
+# bsd, sysv, plp, lprng, aix, hpux, qnx, cups
    printing = lprng
 
 # Uncomment this if you want a guest account, you must add this to /etc/passwd
 
 # this tells Samba to use a separate log file for each machine
 # that connects
-   log file = /var/log/samba/log.%m
+   log file = /var/log/samba/log.%I
 
 # Put a capping on the size of the log files (in Kb).
    max log size = 50
 
 # Security mode. Most people will want user level security. See
-# security_level.txt for details.
+# /usr/share/doc/samba-doc-html-*/Samba3-HOWTO/ServerType.html for details.
    security = user
 # Use password server option only with security = server
 ;   password server = <NT-Server-Name>
 ;  password level = 8
 ;  username level = 8
 
-# You may wish to use password encryption. Please read
-# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
+# You may wish to use password encryption. Please read Samba documentation.
 # Do not enable this option unless you have read those documents
 ;  encrypt passwords = yes
 ;  smb passwd file = /etc/smbpasswd
 
 # The following are needed to allow password changing from Windows to
-# update the Linux sytsem password also.
+# update the Linux system password also.
 # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
 # NOTE2: You do NOT need these to allow workstations to change only
 #        the encrypted SMB passwords. They allow the Unix password
 # Windows95 workstations. 
 ;   domain logons = yes
 
-# if you enable domain logons then you may want a per-machine or
+# If you enable domain logons then you may want a per-machine or
 # per user logon script
 # run a specific logon batch file per workstation (machine)
 ;   logon script = %m.bat
 # Be very careful with case sensitivity - it can break things!
 ;  case sensitive = no
 
+# Setting this to yes may cause problems when using kernel < 2.6
+# This option is ignored when Windows 9x client connects
+   use sendfile = yes
+
 #============================ Share Definitions ==============================
 [homes]
    comment = Home Directories
 # the "staff" group
 ;[public]
 ;   comment = Public Stuff
-;   path = /home/samba
+;   path = /home/services/samba
 ;   public = yes
 ;   writable = yes
 ;   printable = no
 ;   writable = yes
 ;   printable = no
 
-# a service which has a different directory for each machine that connects
+# A service which has a different directory for each machine that connects
 # this allows you to tailor configurations to incoming machines. You could
 # also use the %u option to tailor it by user name.
 # The %m gets replaced with the machine name that is connecting.
This page took 0.112222 seconds and 4 git commands to generate.