Re: DBI.pm connects with 'use DBI' to a PostgreSQL server without credentials

2023-11-29 Thread Matthias Apitz
a_sources(). Are you > calling that somewhere? Exactly, we were calling it without correct credentials in the env vars PGUSER, PGPASSWORD. Thanks for your hint. The code of this module is more than thousand lines long and not written by me. matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub I am not at war with Russia. Я не воюю с Россией. Ich bin nicht im Krieg mit Russland.

DBI.pm connects with 'use DBI' to a PostgreSQL server without credentials

2023-11-26 Thread Matthias Apitz
<- STORE('Username', 'sisis')= ( 1 ) [1 items] at DBI.pm line 734 <- STORE('ChopBlanks', 1)= ( 1 ) [1 items] at DBI.pm line 734 <- connected('dbi:Pg:dbname = sisis; host = sisis-db ; port = 5432', 'sisis', ...)= ( undef ) [1 items] at DBI.pm line 741 ... How could we avoid such connect to the database server without the correct credentials? Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub