Failed PW retries

Failed PW retries

am 15.10.2007 21:37:33 von Stephen Frost

--2VXyA7JGja7B50zs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Greetings,

When the ODBC driver gets back a failed login it seems to retry the
same username/password 4 times, then tries with user 'admin', then
tries again with the original username before prompting the user to
enter a new password.

Is there any way to change this behaviour? Our PG system is set up to
lock-out accounts after 3 failed login tries and so this is kind of a
problem.

We're using pam in pg_hba.conf and pam_radius_auth in the
pam.d/postgres config, though I don't think those matter as we see
multiple attempts in the Postgres log itself (and don't see these
duplicated attempts when connecting with psql or similar).

Thanks,

Stephen

--2VXyA7JGja7B50zs
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHE8F9rzgMPqB3kigRAiKMAJ9yhj6fBAkvOKI+ozJJWRDpu3uw+gCf Y+ar
znISDHP8eVc7xrNr7Y8Hy/c=
=yOGc
-----END PGP SIGNATURE-----

--2VXyA7JGja7B50zs--

Re: Failed PW retries

am 24.10.2007 02:52:30 von Brian Almeida

On Mon, Oct 15, 2007 at 03:37:33PM -0400, Stephen Frost wrote:
> When the ODBC driver gets back a failed login it seems to retry the
> same username/password 4 times, then tries with user 'admin', then
> tries again with the original username before prompting the user to
> enter a new password.
FYI, we were able to stop the "Admin" login by setting TryJetAuth=0 in
the registry. But are still baffled why access is getting an auth
failed 4 times before even trying to prompt the user for a password.

Anyone else ever experience a similar issue with one-time passwords?

Thanks,

Brian

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate