From owner-freebsd-questions Sun Oct 5 04:04:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA12940 for questions-outgoing; Sun, 5 Oct 1997 04:04:07 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA12900 for ; Sun, 5 Oct 1997 04:03:57 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id NAA12468; Sun, 5 Oct 1997 13:01:43 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma012464; Sun Oct 5 13:01:35 1997 Message-ID: <343773A0.5C0A@barcode.co.il> Date: Sun, 05 Oct 1997 13:01:52 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: Al Johnson CC: George , freebsd-questions@FreeBSD.ORG Subject: Re: nt printer References: <34351E08.7727C85C@AJC.State.Net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Al Johnson wrote: > > I'd suggest using Samba. There is at least one thing > to look out for though, if Your NT server 4.0 has > Service Pack 3 then you can't use clear text passwords. > > -- Al > I've found lpr/lpd to be easier to set up and very reliable. Install (in your NT's Network Control Panel Applet) TCP/IP printing support. This will make your NT server lpd compatible. Then all you have to do is set up your FreeBSD's printcap file to point at a remote printer (exactly as described in the Handbook). The name of the printer is the same as the sharename given to it in NT. You'll have to use the -l flag to lpr to print PostScript files, etc., as the NT server treats everything as text files otherwise. > George wrote: > > > > > > > whats the easiest way to be able to print to my WIN NT printer that > > is on my network? what files do i need to set up and what to put in > > them? > > > > maybe someone can point me in the right direction. > > > > Nadav