From owner-freebsd-questions@FreeBSD.ORG Sun Feb 29 10:11:55 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 D3E7316A4CE for ; Sun, 29 Feb 2004 10:11:55 -0800 (PST) Received: from sina.sharif.edu (Homa.Sharif.EDU [81.31.160.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E30143D2F for ; Sun, 29 Feb 2004 10:11:53 -0800 (PST) (envelope-from falaki@ce.sharif.edu) Received: from ce.sharif.edu (ce.sharif.ac.ir [81.31.164.3]) by sina.sharif.edu (8.12.8/8.12.8) with ESMTP id i1TIBMOx028809 for ; Sun, 29 Feb 2004 21:41:23 +0330 Received: from ce.sharif.edu (localhost [127.0.0.1]) by ce.sharif.edu (8.12.10/8.12.10) with SMTP id i1TIKxeR032662 for ; Sun, 29 Feb 2004 21:51:00 +0330 Received: from 81.31.169.170 (SquirrelMail authenticated user falaki) by ce.sharif.edu with HTTP; Sun, 29 Feb 2004 21:51:00 +0330 (IRST) Message-ID: <1469.81.31.169.170.1078078860.squirrel@ce.sharif.edu> Date: Sun, 29 Feb 2004 21:51:00 +0330 (IRST) 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 X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-SpamScore: ss Subject: 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, 29 Feb 2004 18:11:55 -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 when 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.