[Pkg-samba-maint] r1765 - trunk/samba/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Fri Mar 14 05:54:49 UTC 2008


Author: vorlon
Date: 2008-03-14 05:54:48 +0000 (Fri, 14 Mar 2008)
New Revision: 1765

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/smb.conf
Log:
* Merge smb.conf changes from Ubuntu:
  - correct an inconsistency inthe winbind enum comment
  - correct default and example settings to use the canonical names for all
    options, rather than historical synonyms
  - clarify the comment for 'max log size'.
  Thanks to Chuck Short and Richard Laager.

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2008-03-14 05:10:12 UTC (rev 1764)
+++ trunk/samba/debian/changelog	2008-03-14 05:54:48 UTC (rev 1765)
@@ -12,6 +12,14 @@
     - chgpasswd.patch
     - cups.patch
 
+  [ Steve Langasek ]
+  * Merge smb.conf changes from Ubuntu:
+    - correct an inconsistency inthe winbind enum comment
+    - correct default and example settings to use the canonical names for all
+      options, rather than historical synonyms
+    - clarify the comment for 'max log size'.
+    Thanks to Chuck Short and Richard Laager.
+
  -- Christian Perrier <bubulle at debian.org>  Sun, 09 Mar 2008 22:45:01 +0100
 
 samba (3.0.28-4) unstable; urgency=low

Modified: trunk/samba/debian/smb.conf
===================================================================
--- trunk/samba/debian/smb.conf	2008-03-14 05:10:12 UTC (rev 1764)
+++ trunk/samba/debian/smb.conf	2008-03-14 05:54:48 UTC (rev 1765)
@@ -66,7 +66,7 @@
 # that connects
    log file = /var/log/samba/log.%m
 
-# Put a capping on the size of the log files (in Kb).
+# Cap the size of the individual log files (in KiB).
    max log size = 1000
 
 # If you want Samba to only log through syslog then set the following
@@ -198,13 +198,12 @@
 ;   idmap uid = 10000-20000
 ;   idmap gid = 10000-20000
 ;   template shell = /bin/bash
-;
-; The following was the default behaviour in sarge
-; but samba upstream reverted the default because it might induce
-; performance issues in large organizations
-; See #368251 for some of the consequences of *not* having
-; this setting and smb.conf(5) for all details
-;
+
+# The following was the default behaviour in sarge,
+# but samba upstream reverted the default because it might induce
+# performance issues in large organizations.
+# See Debian bug #368251 for some of the consequences of *not*
+# having this setting and smb.conf(5) for details.
 ;   winbind enum groups = yes
 ;   winbind enum users = yes
 
@@ -220,9 +219,9 @@
    comment = Home Directories
    browseable = no
 
-# By default, the home directories are exported read-only. Change next
-# parameter to 'yes' if you want to be able to write to them.
-   writable = no
+# By default, the home directories are exported read-only. Change the
+# next parameter to 'no' if you want to be able to write to them.
+   read only = yes
 
 # File creation mask is set to 0700 for security reasons. If you want to
 # create files with group=rw permissions, set next parameter to 0775.
@@ -234,7 +233,7 @@
 
 # By default, \\server\username shares can be connected to by anyone
 # with access to the samba server.
-# The following parameter makes sure that only "username" can connect 
+# The following parameter makes sure that only "username" can connect
 # to \\server\username
 # This might need tweaking when using external authentication schemes
    valid users = %S
@@ -245,7 +244,7 @@
 ;   comment = Network Logon Service
 ;   path = /home/samba/netlogon
 ;   guest ok = yes
-;   writable = no
+;   read only = yes
 ;   share modes = no
 
 # Un-comment the following and create the profiles directory to store
@@ -266,9 +265,9 @@
    browseable = no
    path = /var/spool/samba
    printable = yes
-   public = no
-   writable = no
-   create mode = 0700
+   guest ok = no
+   read only = yes
+   create mask = 0700
 
 # Windows clients look for this share name as a source of downloadable
 # printer drivers
@@ -286,10 +285,10 @@
 # A sample share for sharing your CD-ROM with others.
 ;[cdrom]
 ;   comment = Samba server's CD-ROM
-;   writable = no
+;   read only = yes
 ;   locking = no
 ;   path = /cdrom
-;   public = yes
+;   guest ok = yes
 
 # The next two parameters show how to auto-mount a CD-ROM when the
 #	cdrom share is accesed. For this to work /etc/fstab must contain




More information about the Pkg-samba-maint mailing list