Sigh,
Some Googling suggests that bulkimport.php may be at issue:
Modifying:
$ad_password = $this->_decrypt($this->_bulkimport_pwd);
to:
$ad_password = $this->_decrypt($this->_bulkimport_pwd);
$ad_password = trim($ad_password);
Appears to have resolved the bulk import issue – which was the larger of the two issues.
Can this be submitted as a bug (fix?) please?
Thanks
Paul