From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 04:22:46 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9C9F106566C for ; Thu, 24 Jul 2008 04:22:46 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id 6EDCF8FC0C for ; Thu, 24 Jul 2008 04:22:46 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3262011rvf.43 for ; Wed, 23 Jul 2008 21:22:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=jw7P0ZiCwe5aiPekpvid01eiF99hBY0vBzASPlAVKZY=; b=bg43SsthVKFvfmHALp5mHFHF+FOGLPQHpLdrNzIviGzV2Xbqg4XxL9yiuGNEqaHA1u zibAWqK+/KZnqJRi2p1p/bTaqoAXLZD5IC4t9KTL5amLjVUyAMkfAe8sgyILSChd6DDU /zD2s7cb8tNyG8KXkqBAPuiLUbjk+A8jRgQS4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=icRzvUje6lCGIHaXLxYE/cxOHaDWguc6BUVeB0vIG77Notao9nTvlqin0rizaGG5CD z1+hp3Ee5EJblsV4YcamHzlZnd1Ep3jlAuGD/Y22g1vzHXn1u16sw6WScPQjv6nqpGJb f6nRblFPeZpXEJJSTG0uCP1O5TEPD3fRARqu8= Received: by 10.141.204.20 with SMTP id g20mr228004rvq.230.1216872950733; Wed, 23 Jul 2008 21:15:50 -0700 (PDT) Received: from tim-judds-mac-mini.local ( [76.113.34.1]) by mx.google.com with ESMTPS id k2sm13218075rvb.4.2008.07.23.21.15.49 (version=SSLv3 cipher=RC4-MD5); Wed, 23 Jul 2008 21:15:50 -0700 (PDT) Message-ID: <488801F5.7040804@gmail.com> Date: Wed, 23 Jul 2008 22:15:49 -0600 From: Tim Judd User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: sgmayo@mail.bloomfield.k12.mo.us References: <3357.204.184.27.217.1216731492.squirrel@mail.bloomfield.k12.mo.us> In-Reply-To: <3357.204.184.27.217.1216731492.squirrel@mail.bloomfield.k12.mo.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: samba@lists.samba.org, questions@freebsd.org Subject: Re: Samba and LDAP install on FreeBSD 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: Thu, 24 Jul 2008 04:22:46 -0000 sgmayo@mail.bloomfield.k12.mo.us wrote: > Here is my problem. I installed the OpenLdap 2.4.10 server and SASL > client. I then went to install the Samba 3.0.30 Port and it tells me that > it needs to install OpenLDAP client 2.3.42, but the 2.4.10 is in the same > place and I need to deinstall it. I deinstall 2.4.10 and samba will > install, but now openldap will not run because it has missing files. I > went to reinstall the 2.4.10 SASL client, but it tells me that the > openldap 2.3.42 needs to be removed. > > If I go to remove the 2.3.42 openldap client, it tells me that samba > 3.0.30 relies on it. I am kind of stuck here. Does samba 3.0.30 not work > with openldap 2.4? Do I have to have openldap 2.3? > > Thanks for any suggestions. > > as I had also written in a previous mail just moments ago earlier in the queue ---- A 2.4.x database already established (as soon as 2.4 was run) may not be compatible with 2.3.x (not verified). the missing rc.conf values to start 2.3? and OpenLDAP won't log to ANYTHING until configured to do so. I'm going from memory on this last peice ------ in slapd.conf, insert a "loglevel 256" statement anywhere before the database definitions in /etc/syslog.conf define before the middle chunk of comments (seems it's picky) you need to add EITHER (which I think is the latter of these two): slapd.* /var/log/slapd.log -OR- local4.* /var/log/slapd.log touching (creating) /var/log/slapd.log to create the file, restarting syslogd restart slapd That should start logging. Now why it's not any easier to setup, I don't know. HTH.