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, version 5.3. My instance of pgadmin4 is dedicated to my postgres database, so it would be nice to save users the step of having to define the single required connection they would need to, to access to the db. Thanks! -Aaron