Date: Wed, 13 Oct 2010 15:11:19 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Tim Dunphy <bluethundr@gmail.com> Cc: Maciej Milewski <milu@dat.pl>, freebsd-questions@freebsd.org Subject: Re: migrating to openldap Message-ID: <20101013201119.GB5644@dan.emsphone.com> In-Reply-To: <AANLkTi=P3Kjuh-Phwx2PxkdMK940d7fQxqfNLxO1hHcc@mail.gmail.com> References: <AANLkTi=6xnQi8u-xeVQZpMOdnV4jYwEfD40-LOoK2Cw0@mail.gmail.com> <201010131737.09756.milu@dat.pl> <AANLkTi=P3Kjuh-Phwx2PxkdMK940d7fQxqfNLxO1hHcc@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Oct 13), Tim Dunphy said: > 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 > LBSD2# ./migrate_base.pl > /home/bluethundr/txt/ldif/base.ldif Make sure you have exported that variable. By default variables are shell-local and child processes won't see them. Try running export LDAP_BASE and see if that helps. -- Dan Nelson dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101013201119.GB5644>