From owner-freebsd-questions@FreeBSD.ORG Mon Jul 12 10:01:12 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 E2DAB16A4CE for ; Mon, 12 Jul 2004 10:01:12 +0000 (GMT) Received: from smartmx-01.inode.at (smartmx-01.inode.at [213.229.60.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C5F243D49 for ; Mon, 12 Jul 2004 10:01:12 +0000 (GMT) (envelope-from daniel.ruthardt@dowee.com) Received: from [81.223.40.120] (port=1684 helo=[10.0.0.108]) by smartmx-01.inode.at with esmtp (Exim 4.30) id 1BjxcT-0001Bo-3Q for freebsd-questions@freebsd.org; Mon, 12 Jul 2004 12:01:09 +0200 Message-ID: <40F26160.1020606@dowee.com> Date: Mon, 12 Jul 2004 12:01:04 +0200 From: Daniel Ruthardt User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 10:01:13 -0000 Hi list, 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. (2) Although everyhting seems to work without any problems, `ls`never shows my username, only my user id (and that although I can see a successful query for my user id in the log file of the LDAP server). %mkdir daniel %ls -l total 4 drwxr-xr-x 2 503 wheel 512 Jul 12 11:56 daniel drwxr-xr-x 2 503 wheel 512 Jul 12 11:37 test % Can anybody point me in the right direction what might go wrong here? Greets and thanks in advance, Daniel