From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 20:49:43 2006 Return-Path: X-Original-To: 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 2DDE516A403 for ; Thu, 21 Sep 2006 20:49:43 +0000 (UTC) (envelope-from paul.eskello@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E3F143D5A for ; Thu, 21 Sep 2006 20:49:41 +0000 (GMT) (envelope-from paul.eskello@gmail.com) Received: by wr-out-0506.google.com with SMTP id i5so418527wra for ; Thu, 21 Sep 2006 13:49:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nVphkB0hdD+0usctK5ogeJl7NJ8Ozg6htFjyKEHjxJvtNbeuUP9i3VPFMY/yXXKvxRLIy7b1klQeVycsGm6m7C/PwqkRjqaXoallB04CV61whmL04GWuWnAsp4forTuK26Peu0jR6h0sBpHuxGzmZ7Mg5lcbwH6SBUobZa9ih1o= Received: by 10.90.27.6 with SMTP id a6mr7808190aga; Thu, 21 Sep 2006 13:49:40 -0700 (PDT) Received: by 10.90.71.18 with HTTP; Thu, 21 Sep 2006 13:49:39 -0700 (PDT) Message-ID: <8cdf6c720609211349v85087e2p15369e2bf0c9abb9@mail.gmail.com> Date: Thu, 21 Sep 2006 22:49:39 +0200 From: "Paul Eskello" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: want login class / openldap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 20:49:43 -0000 Hi list, got openldap running with freebsd, great. Now: I used to have a login class defined on that specific server for a special group of people limiting their memory usage and nice-ing their jobs using login.conf. The 5th field in the y'old master.passwdis used for that. I looked in the schema files and google how to re-create that using ldap. I found nothing. Does someone care to tell me what to include in the ldif files besides the usual uidNumber gidNumber homeDirectory gecos cn uid etc etc. TIA. Regards, Paul