I've verified ob_users table exists in openser db, and a select * from ob_users verifies I am using the correct login and password.
mysql> select * from ob_users; +-------+--------+-----------+ | SYSID | USERID | PASSWORD | +-------+--------+-----------+ | 1 | admin | ***** | +-------+--------+-----------+ 1 row in set (0.00 sec)