From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 04:50:06 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 8936516A4CE for ; Sun, 22 Feb 2004 04:50:06 -0800 (PST) Received: from ce.sharif.ac.ir (ce.sharif.ac.ir [81.31.164.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B2143D1D for ; Sun, 22 Feb 2004 04:50:03 -0800 (PST) (envelope-from falaki@ce.sharif.edu) Received: from ce.sharif.edu (ce.sharif.ac.ir [127.0.0.1]) by ce.sharif.ac.ir (8.12.8/8.12.8) with SMTP id i1MLPSet005468 for ; Sun, 22 Feb 2004 16:25:30 -0500 Received: from 81.31.164.32 (SquirrelMail authenticated user falaki) by ce.sharif.edu with HTTP; Sun, 22 Feb 2004 16:25:30 -0500 (EST) Message-ID: <1131.81.31.164.32.1077485130.squirrel@ce.sharif.edu> Date: Sun, 22 Feb 2004 16:25:30 -0500 (EST) From: falaki@ce.sharif.edu To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: authentication using openldap client. 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: Sun, 22 Feb 2004 12:50:06 -0000 Hello; My FreeBSD 4.9 server has to authenticate it’s users through Openldap client from a Linux server. I have installed openldap-client-2.1.22 and pam_ldap-1.6.4. The ldapsearch gives the correct answer whet it is invoked with necessary arguments. I tried to configure pam.conf so that is uses pam_ldap.so for authentication and I tested many cases ( changing the arguments and things like this) but nobody can log in. I want to know if other things except pam.conf must be configured and if pam.conf must be configured can anybody send me a sample.