Date: Tue, 04 Feb 2003 21:17:32 +0100 From: Jens Rehsack <rehsack@liwing.de> To: Greg Pavelcak <gpav@som.umass.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Please help. I really need Samba Print Server Message-ID: <3E401FDC.6050107@liwing.de> References: <20030204195755.GA36704@oitunix.oit.umass.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E401FDC.6050107>