From owner-freebsd-questions@FreeBSD.ORG Wed Jun 18 05:39:59 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 28B1937B401 for ; Wed, 18 Jun 2003 05:39:59 -0700 (PDT) Received: from relay10.cs.mcgill.ca (relay10.CS.McGill.CA [132.206.3.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D9643F85 for ; Wed, 18 Jun 2003 05:39:58 -0700 (PDT) (envelope-from andrewb@cs.mcgill.ca) Received: from mail.cs.mcgill.ca (mail.CS.McGill.CA [132.206.51.234]) by relay10.cs.mcgill.ca (Postfix) with ESMTP id A1CC2536FC7 for ; Wed, 18 Jun 2003 08:39:57 -0400 (EDT) Received: from mail.cs.mcgill.ca (localhost [127.0.0.1]) by mail.cs.mcgill.ca (Postfix) with SMTP id 8887075 for ; Wed, 18 Jun 2003 08:39:57 -0400 (EDT) Received: from 132.206.2.68 (SquirrelMail authenticated user andrewb) by mail.cs.mcgill.ca with HTTP; Wed, 18 Jun 2003 08:39:57 -0400 (EDT) Message-ID: <2306.132.206.2.68.1055939997.squirrel@mail.cs.mcgill.ca> Date: Wed, 18 Jun 2003 08:39:57 -0400 (EDT) From: "Andrew Bogecho" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: LDAP shadow password authentication in FreeBSD 5.1 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: Wed, 18 Jun 2003 12:39:59 -0000 Hi all, I have recently setup a FreeBSD 5.1 client machine that I would like to use LDAP with. I have installed the latest pam_ldap and nss_ldap from ports. I am currently able to id all the users and su to them. But no luck with the shadow password authentication. I already have a Linux and Solaris client authenticating. I really hope that it is possible in FreeBSD 5.1. On the LDAP server I see only the queries for objectClass=posixAccount but none for objectClass=shadowAccount . Thank you very much for any tips. A.