I'm trying to connect to my postgres server instance using PgAdmin III from the same machine the instance is on, but I keep getting the "Ident authentication failed" error when trying to connect. Here the steps I formed performed to try to achieve connectivity:
I created a new user in Postgres called 'pguser1': user pguser1
I modified my pg_hba.conf file in order to use md5 authentication: pg_hba.conf with md5 auth
I then tried to connect via pgAdminIII, but I've had no success.
What am I missing?
Thanks in advance.