migrating to openldap

Dan Nelson dnelson at allantgroup.com
Wed Oct 13 20:11:24 UTC 2010


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 at allantgroup.com


More information about the freebsd-questions mailing list