From owner-freebsd-questions@FreeBSD.ORG Sat Jan 24 14:09:17 2004 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 0A84616A4DC for ; Sat, 24 Jan 2004 14:09:17 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAD443D2D for ; Sat, 24 Jan 2004 14:09:15 -0800 (PST) (envelope-from kitsune@gmx.co.uk) Received: from vixen42 ([68.109.49.234]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040124220913.CHOG2432.lakemtao07.cox.net@vixen42> for ; Sat, 24 Jan 2004 17:09:13 -0500 Date: Sat, 24 Jan 2004 16:07:51 -0600 From: kitsune To: freebsd-questions@freebsd.org Message-Id: <20040124160751.39a25087@vixen42.> In-Reply-To: <20040124124732.2024ebae@vixen42.> References: <20040124124732.2024ebae@vixen42.> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: NIS problems solved 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, 24 Jan 2004 22:09:17 -0000 On Sat, 24 Jan 2004 12:47:32 -0600 Vulpes Velox wrote: > I've recently set up a NIS server on my lan. All machines are > running freebsd 4stable. > > I have added the nisdomainname and nis_client_enable lines to the > client machines along with the correct lines on the server in > rc.conf. > > I have also added +::::::::: to the end of /etc/master.passwd and > +:*:: to the end of /etc/group. > > Ypcat passwd all the correct usernames, but I can't login or su as > any of them. > > On the login if I try to login using one, I eventually get the > message"login: Login timed out after 300 seconds" awhile after it > kicks out"Login incorrect" > > Any one have any idea what is going on? Found my problem... a pwd_mkdb is required... but not mentioned in the hand book...