From owner-freebsd-questions Fri Mar 17 8: 0:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eol.mt.luth.se (eol.mt.luth.se [130.240.1.16]) by hub.freebsd.org (Postfix) with ESMTP id F0D2537BF9B for ; Fri, 17 Mar 2000 08:00:02 -0800 (PST) (envelope-from Per.Arve@mt.luth.se) Received: from mt.luth.se (fymac-3.mt.luth.se [130.240.21.149]) by eol.mt.luth.se (8.9.3/8.9.3) with ESMTP id QAA15921; Fri, 17 Mar 2000 16:59:59 +0100 (MET) Message-ID: <38D2572A.EEA5EC1F@mt.luth.se> Date: Fri, 17 Mar 2000 17:02:50 +0100 From: Per Arve X-Mailer: Mozilla 4.7C-CCK-MCD {C-UDP; EBM-APPLE} (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: Cliff Rowley Cc: freebsd-questions@FreeBSD.ORG, samba@mail.anu.edu.au Subject: Re: Samba References: Content-Type: text/plain; charset=iso-8859-1; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I have acturally spent a couple of hours in front of swat, filling the different fields for the globals. Tried to use setup the printers, but there are no printers to choose from though I have set up one printer on my freebsd. Unfortunately, I have no previous kvowledge on administrating PCs so I rather like to have an explicit example to copy, than having to choose the value of som 20+ parameters whthout understanding their meaning, even after reading about them in the man smb.conf pages. Do the users really need access to shares in order to print? Per Cliff Rowley wrote: > > I have installed samba during installation of freebsd. It turned out not > > to install as the samba man pages suggest, nor did the freebsd ports > > collection. Does this create any particular changes in the smb.conf file > > or other configuration parameters, that I need to take care of. > > Nothing wrong with the installation :) > > > Does anyone have a smb.conf for the following simple situation. I am > > setting up a local network of 4 to 8 Win95 machines, a printer hooked to > > the ethernet, and a freebsd running samba to function as a printserver > > for the PC's. The freebsd machine can print fine at the moment. I like > > to get an example of how to configure the win95's and samba. Please, > > send me advice on how to set this up including explicit example smb.conf > > fiel and setup of the win95 network controllpanel that work together. > > SWAT is a *great* tool btw. To use is, first add the following line to > /etc/services (I added mine after accessbuilder 888/tcp): > > swat 901/tcp > > Then etc /etc/inetd.conf and add the following line: > > swat stream tcp nowait root /usr/local/sbin/swat swat > > Then killall -HUP inetd > > Now fire up a web browser, and point it toward the machine you just setup > swat and samba on on port 901. For example, my samba box is called > merlin: > > http://merlin:901 > > You will then be prompted for your username/password. Be careful here - > if your LAN is not secure (i.e. you have other users on your LAN) your > password will be exposed on the LAN, and it's your root password. If your > LAN is not secure, forget swat. > > If it's ok, then enter your root username and password. You will then be > looking at a web based Samba configuration tool, and it rocks. > > That's configuring Samba sorted. Onto the next problem. > > > Do I need to create a particular user in the unix system for the > > pc-ursers. Normally, they will not have their own account on the freebsd > > machine. > > Use smbpasswd. They obviously need a password to access the shares, and > using smbpasswd means they dont have to have a system account. Here's an > example: > > smbpasswd -a plonker > > The -a flag means add. You will then be prompted twice for the password > for that user (in this case, plonker). 'man smbpasswd' for more > information. > > That's it. Your users will now have access to the smb shares. > > HTH > > Cliff Rowley > > - while (!asleep) { code(); } -- Per Arve Fysik avd. Luleå tekniska universitet 971 87 Luleå tel. 0920 91136 fax. 0920 91074 (Address: Physics department, Luleå university of technology, S-971 87 Luleå, Sweden, tel. +46 920 91136, fax. +46 920 91074) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message