[Pkg-samba-maint] Bug#385372: This

Steve Langasek vorlon at debian.org
Fri Jul 27 06:42:17 UTC 2007


On Thu, Jul 26, 2007 at 11:40:44PM -0700, Steve Langasek wrote:

> Ok, attached is the relevant diff when I pass my working test config, and
> your non-working config, through testparm -s -v and compare them.

... I lied.  /now/ it's attached.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
vorlon at debian.org                                   http://www.debian.org/
-------------- next part --------------
--- /tmp/smb.conf2	2007-07-26 23:31:48.000000000 -0700
+++ /tmp/smb.conf1	2007-07-26 23:31:38.000000000 -0700
@@ -7,7 +7,7 @@
 	netbios name = BORGES
 	netbios aliases = 
 	netbios scope = 
-	server string = Samba 3.0.25b
+	server string = %h server (Samba %v)
 	interfaces = 
 	bind interfaces only = No
 	security = USER
@@ -19,7 +19,7 @@
 	allow trusted domains = Yes
 	map to guest = Never
 	null passwords = No
-	obey pam restrictions = No
+	obey pam restrictions = Yes
 	password server = *
 	smb passwd file = /etc/samba/smbpasswd
 	private dir = /etc/samba
@@ -29,8 +29,8 @@
 	guest account = nobody
 	enable privileges = Yes
 	pam password change = No
-	passwd program = 
-	passwd chat = *new*password* %n\n *new*password* %n\n *changed*
+	passwd program = /usr/bin/passwd %u
+	passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
 	passwd chat debug = No
 	passwd chat timeout = 2
 	check password script = 
@@ -47,10 +47,10 @@
 	preload modules = 
 	use kerberos keytab = No
 	log level = 0
-	syslog = 1
+	syslog = 0
 	syslog only = No
-	log file = 
-	max log size = 5000
+	log file = /var/log/samba/log.%m
+	max log size = 1000
 	debug timestamp = Yes
 	debug prefix timestamp = No
 	debug hires timestamp = No
@@ -141,7 +141,7 @@
 	domain master = Auto
 	browse list = Yes
 	enhanced browsing = Yes
-	dns proxy = Yes
+	dns proxy = No
 	wins proxy = No
 	wins server = 
 	wins support = No
@@ -192,7 +192,7 @@
 	usershare prefix allow list = 
 	usershare prefix deny list = 
 	usershare template share = 
-	panic action = 
+	panic action = /usr/share/samba/panic-action %d
 	host msdfs = Yes
 	passdb expand explicit = No
 	idmap domains = 
@@ -218,7 +218,7 @@
 	comment = 
 	path = 
 	username = 
-	invalid users = 
+	invalid users = root
 	valid users = 
 	admin users = 
 	read list = 
@@ -318,7 +318,7 @@
 	dfree cache time = 0
 	dfree command = 
 	copy = 
-	include = 
+	include = /etc/samba/dhcp.conf
 	preexec = 
 	preexec close = No
 	postexec = 
@@ -346,7 +346,6 @@
 [homes]
 	comment = Home Directories
 	valid users = %S
-	read only = No
 	create mask = 0700
 	directory mask = 0700
 	browseable = No


More information about the Pkg-samba-maint mailing list