pgAdmin4 web ldap authtification - Mailing list pgsql-admin

From Stefan Harbich
Subject pgAdmin4 web ldap authtification
Date
Msg-id bd912ceaf41277650d06914ce8ad1e91102875db.camel@harnet.de
Whole thread Raw
List pgsql-admin
Hello, my dears,

i can't get the LDAP login user to pgAdmin on the website. In Docker
Bash, I created the file config_local.py with the following content in
the “/var/lib/pgadmin” directory.
...
AUTHENTICATION_SOURCES = ['ldap','internal']
LDAP_SERVER_URI = 'ldap://<my-ip-address>:10389'
LDAP_USERNAME_ATTRIBUTE = 'uid'
LDAP_BASE_DN = 'uid=admin,ou=system'
LDAP_SEARCH_BASE_DN = 'uid=admin,ou=system'
...

Unfortunately, the content is not used after the container is
restarted. Why not?

Greetings from Stefan Harbich



pgsql-admin by date:

Previous
From: Bernd Lentes
Date:
Subject: RE: unrecognized configuration parameter "ldapbinddn" in file "/var/lib/pgsql/data/postgresql.conf"
Next
From: M Sarwar
Date:
Subject: In PGAdmin, view compilation is running for ever