![]() |
|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
Hi all
I've a problem with postgresql when attemp to auth new user. FYI: I start completely with Postgresql. Usually I use MySQL* Postgresql has just been installed. Error message: Code:
psql: FATAL: password authentication failed for user "***" Demo: Code:
srvr# su - _postgresql srvr$ psql -U postgres Password for user postgres: psql (11.5) Type "help" for help. postgres=# CREATE USER ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2 WITH PASSWORD '6TsrKeqq93KyVtc5yVjU9dfZsJkPPtKKdSyEnjypZDkVdgtW4aVN3YNQd5vKoFNx'; CREATE ROLE postgres=# \connect template1 You are now connected to database "template1" as user "postgres". template1=# CREATE DATABASE "A5mSHO4SamFa2OJmJC81GbDtUhj4wkyU2" WITH ENCODING 'UTF-8';" CREATE DATABASE template1"# GRANT ALL PRIVILEGES ON DATABASE "A5mSHO4SamFa2OJmJC81GbDtUhj4wkyU2" TO ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2; template1"# ALTER DATABASE "A5mSHO4SamFa2OJmJC81GbDtUhj4wkyU2" OWNER TO ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2; template1"# \q Use control-D to quit. template1"# \q srvr$ exit His password: 6TsrKeqq93KyVtc5yVjU9dfZsJkPPtKKdSyEnjypZDkVdgtW4a VN3YNQd5vKoFNx One created DB, named: A5mSHO4SamFa2OJmJC81GbDtUhj4wkyU2 And the user ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2 has all rights on DB A5mSHO4SamFa2OJmJC81GbDtUhj4wkyU2 Right?! But, when I attempt to connect to DB with user, I have the above the error message: Code:
# psql -U ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2 Password for user ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2: psql: FATAL: password authentication failed for user "ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2" # psql -U ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2 -d A5mSHO4SamFa2OJmJC81GbDtUhj4wkyU2 Password for user ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2: psql: FATAL: password authentication failed for user "ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2" Code:
# grep A5mSHO4SamFa2OJmJC81GbDtUhj4wkyU2 /var/postgresql/data/pg_hba.conf local A5mSHO4SamFa2OJmJC81GbDtUhj4wkyU2 all trust Despite, I cant connect on! --- Any idea? FYI: I posted this issue, today, on list @misc. |
|
|||
![]()
On the list misc@, the reply is:
- the good command to create with LOGIN to permit connexion, as: Code:
CREATE USER ghiMDQawgogUfFRTikPoWsUFN1xX8bgz2 WITH LOGIN PASSWORD '6TsrKeqq93KyVtc5yVjU9dfZsJkPPtKKdSyEnjypZDkVdgtW4aVN3YNQd5vKoFNx'; ![]() Code:
CREATE USER username WITH LOGIN PASSWORD 'mybeautifull4password'; Last edited by CiotBSD; 31st October 2019 at 05:27 PM. |
![]() |
Tags |
auth, error, openbsd, postgresql |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Nginx w/ basic auth fails due to permissions | ed.n1n2 | OpenBSD General | 6 | 24th June 2016 02:06 AM |
openvpn-auth-ldap on openbsd 4.7 | jespada | OpenBSD General | 2 | 26th August 2010 09:05 PM |
Courier IMAP/POP3 can't auth to mysql db | revzalot | OpenBSD Packages and Ports | 5 | 6th September 2009 05:44 AM |
Smtp Auth Help needed | roundkat | OpenBSD General | 4 | 8th May 2009 08:25 PM |
Problem with Postfix and Sasl auth | unixbsd | OpenBSD General | 1 | 27th April 2009 03:26 AM |