[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[K12OSN] Problems with samba printing 3.1.2



I noticed recently that I can still print through cups, however samba printing suddenly stopped working. smb.conf attached
It looks ok to me, using samba 2.2.7a. and cups 1.1.17.
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors. 
#
#======================= Global Settings =====================================
[global]
	log file = /var/log/samba/samba.log
	smb passwd file = /etc/samba/smbpasswd
	load printers = yes
	passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
	socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
	encrypt passwords = yes
	passwd program = /usr/bin/passwd %u
	
	netbios name = server
	server string = Samba Server
	printing = cups
	unix password sync = Yes
	workgroup = DOWNTOWN
	printcap name = /etc/printcap
	security = user
	max log size = 0
	pam password change = yes
	
         
[homes]
	comment = Home Directories
;	valid users = %S
	writable = yes
	create mode = 0600
	directory mode = 0700

[printers]
	comment = All Printers
	printable = yes
	path = /var/spool/samba
	browsable = yes

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]