Re: Possible to pre-define connection info on server side?

2021-06-30 Thread Khushboo Vashi
Hi, On Thu, Jul 1, 2021 at 1:43 AM Ni Ne wrote: > I am using ldap2pg to import users from my domain into postgres as roles, > so people can automatically login to pgadmin/postgres using their domain > credentials. > > You are importing users from your domain into Postgres as roles so they can l

Possible to pre-define connection info on server side?

2021-06-30 Thread Ni Ne
I am using ldap2pg to import users from my domain into postgres as roles, so people can automatically login to pgadmin/postgres using their domain credentials. Is it possible to setup pre-defined connections for a database on the server side? We are using the web-server instance of pgadmin4, ve