From owner-freebsd-questions Tue Feb 4 12:18:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DD9037B401 for ; Tue, 4 Feb 2003 12:18:26 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5258543F9B for ; Tue, 4 Feb 2003 12:18:24 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 56118 invoked from network); 4 Feb 2003 20:18:17 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 4 Feb 2003 20:18:17 -0000 Message-ID: <3E401FDC.6050107@liwing.de> Date: Tue, 04 Feb 2003 21:17:32 +0100 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Pavelcak Cc: freebsd-questions@freebsd.org Subject: Re: Please help. I really need Samba Print Server References: <20030204195755.GA36704@oitunix.oit.umass.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greg Pavelcak wrote: > I'm running -current from mid January. I have Samba3.0a20 Here's my > smb.conf > > > [global] > workgroup = WORKGROUP > nt acl support = no > server string = FreeBSD > load printers = yes > printcap name = /etc/printcap > printing = bsd > log file = /var/log/log.%m > max log size = 50 > security = share > socket options = TCP_NODELAY > dns proxy = no > [printers] > comment = All Printers > path = /var/spool/samba > public = yes > print command = lpr -s -P mnta %s ; rm %s > # guest ok = yes > writeable = yes > printable = yes > browseable = no > # use client driver = yes [Printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No [OKI24dx] comment = OKIPAGE 24dx Postscript/HP5 compatible printer path = /var/spool/samba printable = Yes printer name = OKI24dx read only = No This defines printers and a specific printer: OKI24dx (named by share). Try for your conf: [printers] comment = All Printers path = /var/spool/samba public = yes writeable = yes printable = yes browseable = no [mnta] comment = mnta path = /var/spool/samba public = Yes read only = No printer name = mnta printable = Yes So long, Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message