From owner-freebsd-questions@FreeBSD.ORG Sat Nov 22 05:48:48 2003 Return-Path: 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 748C516A4CE for ; Sat, 22 Nov 2003 05:48:48 -0800 (PST) Received: from CITADEL.NOBULUS.COM (citadel.nobulus.com [212.97.207.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B5243FE5 for ; Sat, 22 Nov 2003 05:48:46 -0800 (PST) (envelope-from iva@orange.dk) Received: from CITADEL.NOBULUS.COM (localhost [127.0.0.1]) by CITADEL.NOBULUS.COM (8.12.10/8.12.10) with ESMTP id hAMDlNu5097186 for ; Sat, 22 Nov 2003 14:47:23 +0100 (CET) (envelope-from iva@CITADEL.NOBULUS.COM) Received: (from iva@localhost) by CITADEL.NOBULUS.COM (8.12.10/8.12.10/Submit) id hAMDlMhh097185 for freebsd-questions@freebsd.org; Sat, 22 Nov 2003 14:47:22 +0100 (CET) (envelope-from iva) Date: Sat, 22 Nov 2003 14:47:22 +0100 From: Ilya Varlashkin To: freebsd-questions@freebsd.org Message-ID: <20031122134722.GA97109@CITADEL.NOBULUS.COM> References: <6.0.0.22.0.20031115211837.0601e780@pop.face2interface.com> <6.0.0.22.0.20031116200600.034ace70@pop.face2interface.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.0.22.0.20031116200600.034ace70@pop.face2interface.com> X-Scanned-By: CITADEL.NOBULUS.COM Subject: Re: Samba question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 13:48:48 -0000 On Sun, Nov 16, 2003 at 09:08:12PM -0500, Marty Landman wrote: > > No. Now I did & rebooted. Same symptom, i.e. windoz explorer tells me > > \\Swamisalami is not accessible. ... The account is not authorized to log > in from this station. > Martin, following line in your smb.conf should solve this problem: encrypt passwords = yes This is because newer Windows releases refuse to send unencrypted passwords by default. You could tweak Windows to enable unencrypted passwords, but I prefer enabling encrypted passwords in samba instead. Have a look at /usr/local/share/doc/samba/htmldocs/ENCRYPTION.html for more details. Hope this helps. Kind regards, Ilya Varlashkin