pgAdmin4 web ldap authtification

From: Stefan Harbich <stefan(dot)harbich(at)harnet(dot)de>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: pgAdmin4 web ldap authtification
Date: 2023-11-03 20:36:22
Message-ID: af961986c8b8793e2eb41a329352645f7207f1ab.camel@harnet.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Sanjay Minni 2023-11-06 03:07:29 Re: pgadmin for ubuntu 23.10 (mantic)
Previous Message martin.flueck 2023-11-03 13:53:11 Why do I need PGADMIN_DEFAULT_EMAIL for ldap?