c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06116
[Bug 672130] Re: No logging of database authentication errors
[2010-11-29 20:12:03] INFO:web-services:bad login or password from
'admin' using database 'test_bqi'
That's the message that has been in the server for quite many months
already. The level is "info", rather than "error", on purpose: repeated
failed attempts should not fill the logs (DoS by logs).
--
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: In Progress
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