]> git.pld-linux.org Git - packages/samba.git/blobdiff - smb.conf
- remaining pl, sorted vfs-* modules
[packages/samba.git] / smb.conf
index f2ba4847453be8f5c543b119a148165f92de009e..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
@@ -49,7 +49,7 @@
    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
 ;   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.037904 seconds and 4 git commands to generate.