From owner-freebsd-questions@FreeBSD.ORG Mon Jul 12 14:38:07 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 C4A8E16A4CE for ; Mon, 12 Jul 2004 14:38:07 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F92643D1F for ; Mon, 12 Jul 2004 14:38:07 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i6CEbxjA058823; Mon, 12 Jul 2004 09:37:59 -0500 (CDT) (envelope-from dan) Date: Mon, 12 Jul 2004 09:37:59 -0500 From: Dan Nelson To: Daniel Ruthardt Message-ID: <20040712143758.GG95931@dan.emsphone.com> References: <40F26160.1020606@dowee.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40F26160.1020606@dowee.com> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Confusion / minor problem using nss_ldap 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: Mon, 12 Jul 2004 14:38:07 -0000 In the last episode (Jul 12), Daniel Ruthardt said: > I've installed FreeBSD 5.1-RELEASE connecting to an OpenLDAP Server > running on a Linux box. nss_ldap as well as pam_ldap is working fine. > I am able to connect to my FreeBSD box via ssh without any problmes. > `id` shows my correct user information, which is: > > %id > uid=503(daniel.ruthardt) gid=503(serverAdmins) groups=503(serverAdmins), 501(sambaUsers), 502(sambaAdmins) > > Now the problem / confusing thing: > > (1) Although my primary group id should be 503 , everything created by > my user shows up with group wheel. Newly-created files/dirs inherit the group owner of their parent directory. -- Dan Nelson dnelson@allantgroup.com