Re: [EXT] Re: pgadmin4 container deployment with ldap-authentication

2020-08-16 Thread Hendrik Hansmeier
Hansmeier Hendrik Hansmeier IT-Consulting ::: Bunsenstraße 5 ::: 51647 Gummersbach FON +49 2261 814 174  ::: MOB +49 151 235 866 02  ::: E-MAIL hendrik.hansme...@hh-it.co ::: WEB https://www.hh-it.co <https://www.hh-it.co/> ::: USt-IdNr.: DE311717013 ::: Finanzamt Gummersbach I re-check

Re: [EXT] Re: pgadmin4 container deployment with ldap-authentication

2020-08-16 Thread Hendrik Hansmeier
exec -it -u 0 /bin/sh and did > chown -R pgadmin:pgadmin /pgadmin4/* since the process is running under user pgadmin and > chmod 644 /private/* > chmod 644 /certs/* as a quickfix. So i finally got it working, so that i can login with a valid sAMAccountName and password. It would be grea

pgadmin4 container deployment with ldap-authentication

2020-08-10 Thread Hendrik Hansmeier
the given user PGADMIN_DEFAULT_EMAIL works as expected but ldap-authentication results in an error-message "Specified user does not exist". Am i using the environment-parameters for ldap-authentication correctly? May a reverse-proxy over https help to get ldaps working? -- Best regards