by Stephen Elaschuk.
kind of kludgy, but I ended up commenting out
$contexts = explode(';', $this->config->contexts);
and replacing it with
$contexts = explode(';', 'desired search context');
in the in function sync_users section of /auth/ldap/auth.php
If anyone has a better way, I'd be happy to hear it.