Antwort: Re: Antwort: Re: SSO and LDAP on mailpiler docker

2023-07-06 Thread patrick . wever
Hello Janos, thank you for your help. I managed to get LDAP working. I am currently working on SSO. If I run into any problems, I will leave a message. - Patrick Von:"Janos SUTO" An: "Piler User" Datum: 30.06.2023 19:16 Betreff: Re: Antwort: Re: SSO a

Re: Antwort: Re: SSO and LDAP on mailpiler docker

2023-06-30 Thread Janos SUTO
with the docker. SSO comes second. I am still not sure how I can do it with my current configuration (nginx, docker piler 1.4.4). - Patrick Von:"Janos SUTO" An:"Piler User" Datum:28.06.2023 16:14 Betreff: Re: SSO and LDAP

Antwort: Re: SSO and LDAP on mailpiler docker

2023-06-30 Thread patrick . wever
:"Janos SUTO" An: "Piler User" Datum: 28.06.2023 16:14 Betreff: Re: SSO and LDAP on mailpiler docker Hello Patrick, the docker image features nginx, which is an excellent web server, however, its sso support is not that great. So if you want sso against AD, then

Re: SSO and LDAP on mailpiler docker

2023-06-28 Thread Janos SUTO
Hello Patrick, the docker image features nginx, which is an excellent web server, however, its sso support is not that great. So if you want sso against AD, then your best bet is to build a new docker image with apache, and apply the hints Alex suggested. Janos On 2023-06-28 12:31, patrick.w

Re: SSO and LDAP on mailpiler docker

2023-06-28 Thread Alexander Noack
Hi Patrick, I am using Apache in a Piler container with mod_auth_gssapi (https://github.com/gssapi/mod_auth_gssapi) I contributed this setup to the .htaccess here https://bitbucket.org/jsuto/piler/src/master/webui/.htaccess In this setup you don't need any winbind. Just setup Kerberos as e

SSO and LDAP on mailpiler docker

2023-06-28 Thread patrick . wever
Hello Janos! At the moment i am trying to configure my mailpiler docker solution to use SSO. I am using your instruction on https://www.mailpiler.org/wiki/current:single-sign-on, but I am not sure if this will work for the docker solution. My server contains of 3 dockers (piler, mysql, memcached