c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #04825
[Bug 672130] Re: No logging of database authentication errors
** Branch linked: lp:~stan/+junk/openobject-
server_psycopg_connect_try_except
--
No logging of database authentication errors
https://bugs.launchpad.net/bugs/672130
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: Confirmed
Bug description:
Steps to reproduce
* start a server with incorrect db username or password but without specifying a database name
e.g. python ~/src/openerp-trunk/server/bin/openerp-server.py --db_user invalid
* connect to server with client
Expect
* error message on server to indicate database authentication error
Actual
* no error on server
With current latest trunk.
References