pgAdmin4 web ldap authtification

Поиск
Список
Период
Сортировка
От Stefan Harbich
Тема pgAdmin4 web ldap authtification
Дата
Msg-id bd912ceaf41277650d06914ce8ad1e91102875db.camel@harnet.de
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bernd Lentes
Дата:
Сообщение: RE: unrecognized configuration parameter "ldapbinddn" in file "/var/lib/pgsql/data/postgresql.conf"
Следующее
От: M Sarwar
Дата:
Сообщение: In PGAdmin, view compilation is running for ever