From owner-freebsd-questions@FreeBSD.ORG Wed Oct 13 20:13:51 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C5441065673 for ; Wed, 13 Oct 2010 20:13:51 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id BE4B78FC1A for ; Wed, 13 Oct 2010 20:13:50 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id B396955; Wed, 13 Oct 2010 22:13:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yanOcklMw3+K; Wed, 13 Oct 2010 22:13:43 +0200 (CEST) Received: from snifi.localnet (87-205-192-238.adsl.inetia.pl [87.205.192.238]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id CCE153A; Wed, 13 Oct 2010 22:13:42 +0200 (CEST) From: Maciej Milewski To: freebsd-questions@freebsd.org Date: Wed, 13 Oct 2010 22:13:55 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.35-ARCH; KDE/4.5.2; x86_64; ; ) References: <201010131737.09756.milu@dat.pl> In-Reply-To: X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201010132213.55683.milu@dat.pl> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Tim Dunphy Subject: Re: migrating to openldap 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: Wed, 13 Oct 2010 20:13:51 -0000 On Wednesday 13 October 2010 21:36:16, Tim Dunphy wrote: > Maciej, thanks for the suggestion! I did give it a try but the result > did not change.. Here is a copy-paste of what I tried: > > LBSD2# echo $LDAP_BASE > dc=summitnjhome,dc=com Not LDAP_BASE but LDAP_BASEDN. It works with stock migrationtools from padl.com. > I mean I guess worse comes to worse I can break out some command line > perl and replace dc=padl with dc=summitnjhome but it would be cleaner > /faster I think to see if I can get the environment variable to be > read by the various scripts. I would appreciate any thoughts on the > matter... > > thanks again! You don't have to, look into these migrate_*.pl files they all should include the same file where you can change these defaults with needed ones. -- Maciej Milewski