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://:10389'
LDAP_USERNAME_ATTRIBUTE
Hi there
I would like to just use ldap and set the username and then validate the
username against ldap (sAMAccountName).
Because I have to set PGADMIN_DEFAULT_EMAIL (and it must be a valid email) that
is also used to set the username, this doesn't work.
Why not also having PGADMIN_DEFAULT_USE