]> git.pld-linux.org Git - packages/samba.git/blobdiff - smb.conf
- remaining pl, sorted vfs-* modules
[packages/samba.git] / smb.conf
index 2af732c7932afe992b8025b0c9a4e0a894f0a56d..7edd7f9ed5869aad380c4f89aa04bc893295b422 100644 (file)
--- a/smb.conf
+++ b/smb.conf
@@ -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>
@@ -59,8 +59,7 @@
 ;  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
 # 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
This page took 0.024159 seconds and 4 git commands to generate.