From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 19:15:12 2003 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> 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 4970537B404 for <freebsd-questions@freebsd.org>; Thu, 3 Jul 2003 19:15:12 -0700 (PDT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59CDA44022 for <freebsd-questions@freebsd.org>; Thu, 3 Jul 2003 19:15:11 -0700 (PDT) (envelope-from rjhalljr@starpower.net) Received: from 66-44-65-254.s508.tnt6.lnhva.md.dialup.rcn.com ([66.44.65.254] helo=svold.krig.net) by smtp01.mrf.mail.rcn.net with smtp (Exim 3.35 #4) id 19YG6Q-0000kt-00 for freebsd-questions@freebsd.org; Thu, 03 Jul 2003 22:15:10 -0400 Received: by svold.krig.net (sSMTP sendmail emulation); Thu, 3 Jul 2003 22:11:54 -0400 From: "Bob Hall" <rjhalljr@starpower.net> Date: Thu, 3 Jul 2003 22:11:54 -0400 To: freebsd-questions@freebsd.org Message-ID: <20030704021154.GA11434@kongemord.krig.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20030702213210.GA6061@kongemord.krig.net> <1136.192.168.1.194.1057268206.squirrel@intranet.el.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1136.192.168.1.194.1057268206.squirrel@intranet.el.com.br> User-Agent: Mutt/1.4.1i Subject: Re: Samba passwords X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 04 Jul 2003 02:15:12 -0000 On Thu, Jul 03, 2003 at 06:36:46PM -0300, Paiva, Gilson de wrote: > And can your users changed their passwords with samba and fbsd sucessfully? > I'm facing a problem with this combination ( 4.8-Stable and 2.2.8a ) that > didn't exist before. > Users get a message regarding the domain isn't availabe at this moment. Before I ran "smbpasswd -a <username>" as root, users were unable to change their passwords. After using the -a option as root, users were able to change their passwords. However, I was getting a different error message. My error message said something about being unable to change the passwd, or find the password, or something related. Your message suggests a configuration error. Try turning off encrypted passwords in smb.conf, and then running all the tests in DIAGNOSIS.txt. If your setup fails any of the tests that do not involve a Win box as a client, then either your network or your smb.conf file is misconfigured. At least, that's my best guess. Bob Hall