From owner-freebsd-questions@FreeBSD.ORG Fri Dec 26 17:10:52 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 C148116A4CE for ; Fri, 26 Dec 2003 17:10:52 -0800 (PST) Received: from bugs.elitsat.net (bugs.elitsat.net [213.208.10.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD2943D2F for ; Fri, 26 Dec 2003 17:10:50 -0800 (PST) (envelope-from amour@bugs.elitsat.net) Received: from bugs.elitsat.net (amour@localhost.elitsat.net [127.0.0.1]) by bugs.elitsat.net (8.12.9/8.12.9) with ESMTP id hBR1Aj1U014526 for ; Sat, 27 Dec 2003 03:10:45 +0200 (EET) (envelope-from amour@bugs.elitsat.net) Received: from localhost (amour@localhost)hBR1AinE014523 for ; Sat, 27 Dec 2003 03:10:45 +0200 (EET) Date: Sat, 27 Dec 2003 03:10:44 +0200 (EET) From: Alexander To: questions@freebsd.org Message-ID: <20031227030246.A14316-100000@bugs.elitsat.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: setting login.conf doesn't limit my users 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, 27 Dec 2003 01:10:52 -0000 Hello, after setting a new login classes in login.conf the users still don't get limited and worse - they can change the limits by themselves ! How do I restrict that ? I'm using FreeBSD 4.9-STABLE. Most of the users are using bash. They are in the login class that should put them the limits and I ran cap_mkdb /etc/login.conf after adding the new class. The users login via sshd. P.S. The FBSD handbook and the login.conf manpage doesn't help much. They only say that I should put the limits I want in login.conf and everything should be done. Do I miss something ? thanks