From owner-freebsd-ports Sat Aug 29 03:50:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12169 for freebsd-ports-outgoing; Sat, 29 Aug 1998 03:50:21 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12067 for ; Sat, 29 Aug 1998 03:50:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA17736; Sat, 29 Aug 1998 03:50:04 -0700 (PDT) Received: from ti01a23-0106.dialup.online.no (ti01a23-0106.dialup.online.no [130.67.10.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA11171 for ; Sat, 29 Aug 1998 03:40:34 -0700 (PDT) (envelope-from zerium@ti01a23-0106.dialup.online.no) Received: (from zerium@localhost) by ti01a23-0106.dialup.online.no (8.8.8/8.8.8) id MAA03526; Sat, 29 Aug 1998 12:37:56 +0200 (CEST) (envelope-from zerium) Message-Id: <199808291037.MAA03526@ti01a23-0106.dialup.online.no> Date: Sat, 29 Aug 1998 12:37:56 +0200 (CEST) From: zerium@webindex.no Reply-To: zerium@webindex.no To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7774: sshd doesn't refuse to login people with no home Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7774 >Category: ports >Synopsis: sshd doesn't refuse to login people with no home >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 29 03:50:02 PDT 1998 >Last-Modified: >Originator: Hans Petter Bieker >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: I'm using ssh from the current port. >Description: login.conf has a option ``requirehome''. If this is set the users won't be able to login if /home is unmounted or the home is just removed. ssh doesn't care about this, but it should. >How-To-Repeat: # rm -rf ~user $ login user Home directory not available. $ ssh user@localhost Could not chdir to home directory /home/user: No such file or directory user$ >Fix: N/A >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message