pgAdmin4 web ldap authtification

Поиск
Список
Период
Сортировка
От Stefan Harbich
Тема pgAdmin4 web ldap authtification
Дата
Msg-id af961986c8b8793e2eb41a329352645f7207f1ab.camel@harnet.de
обсуждение исходный текст
Ответы Re: pgAdmin4 web ldap authtification  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Список pgadmin-support
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



В списке pgadmin-support по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Why do I need PGADMIN_DEFAULT_EMAIL for ldap?
Следующее
От: Sanjay Minni
Дата:
Сообщение: Re: pgadmin for ubuntu 23.10 (mantic)