Dear,
The problem is detected but the reason is still not clear. It seems that if
one is connecting via a ODBC link from a winbox to a postgresql database
the link first tries to connect via username Admin, see syslog :
Oct 25 07:47:52 backbone logger: verify_password: user 'Admin' not found in
You could trace it in the log file by setting the following in
postgresql.conf
log_connections = true
log_timestamp = true
log_pid = true
You should be getting entries in the log file as -
2002-10-23 20:26:53 [18117] DEBUG: proc_exit(1)
2002-10-23 20:26:53 [18117] DEBUG: shmem_exit(1)
2002-
Dear,
I'm receiving the following messages in the /var/log/message file :
-> logger: verify_password: user 'Admin' not found in password file.
We are running on RedHat7.0
Postgresql7.1.3
How can I trace the IP adres of the client trying to connect as Admin to
our database ?
Kind Regards
Patr