obtain ldap from old set up as described here..
Exporting and Importing Zimbra LDAP Data » Zimbra :: Blog
then fire up new hdd, put copy of ldap.ldif in /tmp and chmod 777 to have rights to the file when su zimbra
/etc/init.d/zimbra/stop
mkdir /opt/zimbra/openldap-safe
mv /opt/zimbra/openldap-data /opt/zimbra/openldap-safe
su zimbra
mkdir /opt/zimbra/openldap-data/logs
cp /opt/zimbra/openldap-safe/DB_CONFIG /opt/zimbra/openldap-data/
/opt/zimbra/openldap-2.3.41.7z/sbin/slapadd -f /opt/zimbra/conf/slapd.conf -l /tmp/ldap.ldif
exit
/etc/init.d/zimbra/start
but it didnt work so well.... couldnt connect to the admin web page...
I'll just rekey it all. thanks for the ideas though.