From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 01:03:41 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 0438237B401 for ; Sat, 5 Apr 2003 01:03:41 -0800 (PST) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A19A143F75 for ; Sat, 5 Apr 2003 01:03:39 -0800 (PST) (envelope-from silk_worm@gmx.net) Received: (qmail 16948 invoked by uid 65534); 5 Apr 2003 09:03:36 -0000 Received: from pD9527917.dip.t-dialin.net (EHLO [192.168.0.6]) (217.82.121.23) by mail.gmx.net (mp017-rz3) with SMTP; 05 Apr 2003 11:03:36 +0200 From: Matthias Szupryczynski To: freebsd-questions@FreeBSD.ORG In-Reply-To: <200304051052.33011.ajacoutot@lphp.org> References: <200304051052.33011.ajacoutot@lphp.org> Content-Type: text/plain Organization: Message-Id: <1049533366.72469.3.camel@arwen.lindenstrasse> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 05 Apr 2003 11:02:46 +0200 Content-Transfer-Encoding: 7bit Subject: Re: can't find smbpasswd file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: silk_worm@gmx.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 09:03:41 -0000 On Sat, 2003-04-05 at 10:52, Antoine Jacoutot wrote: > I am having the most stupid problem. > I've been using samba for a little while now, and today, I need to remove an > account from the smbpasswd file but there is no way I can find it. I know it > is here somewhere (and in use !). > I know I can use the command line to deactive an account or so, but I really > need to have a look at this file. > I did a search on my system and there's no file called smbpasswd (except the > binary one). I think at one point I must have made a mistake and created the > smbpasswd file with another name I guess... > Is there a way to find it, like grepping my entire system for samba username > account inside files ? Shouldn't there be an entry like this in your smb.conf file ? smb passwd file = /path/to/your/smbpasswd/file At least this is true for my box. HTH Matt