[Pkg-samba-maint] r1253 - trunk/samba/debian
Christian Perrier
bubulle at alioth.debian.org
Fri Mar 2 20:38:20 CET 2007
Author: bubulle
Date: 2007-03-02 19:38:19 +0000 (Fri, 02 Mar 2007)
New Revision: 1253
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/smb.conf
Log:
Add "winbind enum*" settings to smb.conf as a kind of answer to #368251
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2007-02-12 21:47:47 UTC (rev 1252)
+++ trunk/samba/debian/changelog 2007-03-02 19:38:19 UTC (rev 1253)
@@ -6,6 +6,9 @@
Windows workstations)
* Fix FTBFS on GNU/kFreeBSD. Thanks to Petr Salinger for the patch
Closes: #394830
+ * Add commented "winbind enum*" settings in smb.conf
+ This will point users to these important settings which changed
+ their default behaviour between sarge and etch. Closes: #368251
-- Christian Perrier <bubulle at debian.org> Mon, 12 Feb 2007 22:03:47 +0100
Modified: trunk/samba/debian/smb.conf
===================================================================
--- trunk/samba/debian/smb.conf 2007-02-12 21:47:47 UTC (rev 1252)
+++ trunk/samba/debian/smb.conf 2007-03-02 19:38:19 UTC (rev 1253)
@@ -204,6 +204,15 @@
; 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
+;
+; winbind enum groups = yes
+; winbind enum users = yes
#======================= Share Definitions =======================
More information about the Pkg-samba-maint
mailing list