From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Jackson" Subject: Samba not asking for password Date: Mon, 1 Jul 2002 13:38:44 -0600 Sender: linux-admin-owner@vger.kernel.org Message-ID: <200207011338.AA15597824@wcox.com> Reply-To: Mime-Version: 1.0 Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linux-Admin Ok - Samba box = slacker.homelinux.net (Slackware 8.0 + Samba 2.2.5) Windowsb box = beans.homelinux.net (WinMe) The puzzle is slacker doesn't show up in "My Network places"? And if I search for slacker.homelinux.net it cann't find it even though I can ping and ssh to it by name? I can map the samba share either with ip address or alias "slacker" with \\slacker\home. And finaly, after mapping it doesn't request my password. My smb.conf is attached below for your reading and viewing pleasure. David ---------------- smb.cnf ---------------------- # Samba config file created using SWAT # from beans.homelinux.net (192.168.1.3) # Date: 2002/06/30 10:39:28 # Global parameters [global] workgroup = MYGROUP netbios name = SLACKER interfaces = eth0 encrypt passwords = Yes log level = 3 [home] comment = Home Sweet Home path = /home/%U read only = No [test] comment = Testing Testing path = /home/test read only = No guest ok = Yes