From owner-freebsd-questions@FreeBSD.ORG Fri Apr 14 18:47:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0288316A401 for ; Fri, 14 Apr 2006 18:47:47 +0000 (UTC) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC39743D46 for ; Fri, 14 Apr 2006 18:47:44 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 7511 invoked by uid 510); 14 Apr 2006 19:54:03 +0100 Received: from 192.168.0.104 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(192.168.0.104):SA:0(-4.2/5.0):. Processed in 1.059647 secs); 14 Apr 2006 18:54:03 -0000 X-Spam-Status: No, hits=-4.2 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(192.168.0.104):SA:0(-4.2/5.0):. Processed in 1.059647 secs Process 7504) Received: from usr003 (HELO ubuntu.bathnetworks.local.bathnetworks.local) (bsd@bathnetworks.com@192.168.0.104) by lmail.bathnetworks.co.uk with SMTP; 14 Apr 2006 19:54:01 +0100 From: robert To: darryl@osborne-ind.com In-Reply-To: <004401c65fef$57672dc0$0701a8c0@darryl> References: <004401c65fef$57672dc0$0701a8c0@darryl> Content-Type: text/plain Date: Fri, 14 Apr 2006 19:47:41 +0100 Message-Id: <1145040461.12805.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: OpenLDAP2.3.4 server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 18:47:47 -0000 A. On Fri, 2006-04-14 at 13:14 -0500, Darryl Hoar wrote: > Greetings, > I am running Freebsd 6-Release. I have > installed the OpenLDAP2.3.4 server from the ports. > The installation went just fine. > > I have modified the default slapd.conf file as per > the basic install instructions I was following. > > I started slapd without error. > > I tried to add an entry into the directory, but > get: > > ldap_bind: invalid credentials. > > I have goodled and searched the OpenLDAP site. > The recommendations on their site didn't fix the > problem. > > I can post the slapd.conf file contents if necessary. > > I tried using slappasswd to generate the password and > then copy it to the slapd.conf file. No matter what I did > (use default, generate new one } I got the error. > > Thanks in advance, > D Darryl, I think you have SSL turned on, have a look at ldap.conf to see. There should be an entry of SSL off if you don't want to use it. Rob