opengisch / QgisModelBaker

Create QGIS projects from database schemas or Interlis models
https://opengisch.github.io/QgisModelBaker/
GNU Lesser General Public License v3.0
55 stars 17 forks source link

If no user name (or auth config) is chosen, we fill up the user name … #972

Closed signedav closed 2 weeks ago

signedav commented 3 weeks ago

But not always. The layer should not be created with it (and have instead no user name). Such functionalities are provided by the PG Kerberos integration.

Backend here https://github.com/opengisch/QgisModelBakerLibrary/pull/114

We need to pass it:

ili2db commands

If no user name available just set the account user name.

generate project

Pass the account user name (the account name) to the library when it needs to connect the db, but not on creating the layers (means only on mgmt_uri)

direct connections

Provided over the db_utils.get_db_connector