pgAdmin4 web ldap authtification

2023-11-03 Thread Stefan Harbich
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

Re: pgAdmin4 web ldap authtification

2023-11-06 Thread Stefan Harbich
le "/pgadmin4/pgadmin/utils/dynamic_registry/__init__.py", line 48, in __get raise NotImplementedError( NotImplementedError: pgadmin.authenticate.AuthSourceRegistry 'l' has not been implemented. ... What else can I do? Greetings from Stefan Am Montag, dem 06.11.2023 um 10:30 +0

Re: pgAdmin4 web ldap authtification

2023-11-07 Thread Stefan Harbich
(objectclass=*)' LDAP_USE_STARTTLS = False ... Greetings from Stefan Am Dienstag, dem 07.11.2023 um 10:05 +0530 schrieb Khushboo Vashi: > > > On Tue, Nov 7, 2023 at 1:58 AM Stefan Harbich > wrote: > > Hello, > > > > i created the file config_local.py in the conf

Re: pgAdmin4 web ldap authtification

2023-11-07 Thread Stefan Harbich
ple,dc=de' LDAP_SEARCH_BASE_DN = 'ou=users,dc=example,dc=de' LDAP_USE_STARTTLS = True LDAP_CA_CERT_FILE = '/pgadmin4/HarbichCA.pem' LDAP_CERT_FILE = '/pgadmin4/ldap.intern.example.de.crt' LDAP_KEY_FILE = '/pgadmin4/ldap.intern.example.de.key' ... Greetin