Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Feb 2000 11:12:37 +1100
From:      Danny <dannyh@idx.com.au>
To:        freebsd-questions@freebsd.org
Subject:   Samba Printer configuration Query
Message-ID:  <3.0.32.20000206111234.01057ffc@idx.com.au>

next in thread | raw e-mail | index | archive | help
--=====================_949756357==_
Content-Type: text/plain; charset="us-ascii"

Hello,

Situation

- I have a canon printer on Win95 shared
- I have configured samba to share some folders without any problems
- But I can't get samba to print from the canon shared printer.

Questions

1)What exactly should I do to get Samba to read the shared canon printer?
2) What exactly do I have to add in smb.conf to get it to work properly?

I have attached a copy of my smb.conf 

Looking forward to your feedback
--=====================_949756357==_
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment; filename="smb.conf"

# Samba config file created using SWAT
# from freebsd.freebsd.org (192.168.1.196)
# Date: 2000/02/06 23:37:35

# Global parameters
[global]
	workgroup = X
	server string = Samba
	security = SHARE
	log file = /var/log/log.%m
	max log size = 50
	socket options = TCP_NODELAY
	dns proxy = No

[shared]
	comment = Network Shared Directory
	path = /home/shared
	read only = No

[printers]
	comment = All Printers
	path = /var/spool/samba
	print ok = Yes
	browseable = No

[canon]
	comment = Canon Printer
	path = /tmp
	print ok = Yes

--=====================_949756357==_--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.32.20000206111234.01057ffc>