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

2020-08-16 Thread Khushboo Vashi
> Von: Hendrik Hansmeier > Datum: 17.08.20 01:49 (GMT+01:00) > An: [email protected] > Cc: [email protected], [email protected] > Betreff: Re: [EXT] Re: pgadmin4 container deployment with > ldap-authentication > > So after installing p

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

2020-08-16 Thread Hendrik Hansmeier
01:49 (GMT+01:00) An: [email protected] Cc: [email protected], [email protected] Betreff: Re: [EXT] Re: pgadmin4 container deployment with ldap-authentication So after installing pgadmin4 from .deb-file and trying out several configurations, i

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

2020-08-16 Thread Hendrik Hansmeier
*Date: *Tuesday, 11. August 2020 at 14:36 *To: *"Onnebrink, Heiko" mailto:[email protected]>> *Cc: *"pgadmin-support lists.postgresql.org <http://lists.postgresql.org>" mailto:[email protected]>>, Hendrik Hansmeier

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

2020-08-11 Thread Khushboo Vashi
Vashi > *Date: *Tuesday, 11. August 2020 at 14:36 > *To: *"Onnebrink, Heiko" > *Cc: *"pgadmin-support lists.postgresql.org" < > [email protected]>, Hendrik Hansmeier < > [email protected]> > *Subject: *Re: [EXT] Re: pga

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

2020-08-11 Thread heiko.onnebrink
: Khushboo Vashi Date: Tuesday, 11. August 2020 at 14:36 To: "Onnebrink, Heiko" Cc: "pgadmin-support lists.postgresql.org" , Hendrik Hansmeier Subject: Re: [EXT] Re: pgadmin4 container deployment with ldap-authentication   Hi,   On Tue, Aug 11, 2020 at 4

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

2020-08-11 Thread heiko.onnebrink
timed out), I think we need to provide the configuration option to set the "Receive Timeout"  parameter. Can you please log this issue @ https://redmine.postgresql.org/projects/pgadmin4 , so we can fix and track it ?   Thanks for the testing.   Thanks, Khushboo

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

2020-08-11 Thread Khushboo Vashi
cketReceiveError: error receiving data: timed > out > :::10.97.177.148 - - [11/Aug/2020:10:49:27 +] "POST > /authenticate/login HTTP/1.1" 500 94 "https://10.96.48.68/login?next=%2F"; > "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605

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

2020-08-11 Thread heiko.onnebrink
r: error receiving data: timed out :::10.97.177.148 - - [11/Aug/2020:10:49:27 +] "POST /authenticate/login HTTP/1.1" 500 94 "https://10.96.48.68/login?next=%2F"; "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/1

Re: pgadmin4 container deployment with ldap-authentication

2020-08-10 Thread Khushboo Vashi
Hi, On Tue, Aug 11, 2020 at 4:35 AM Hendrik Hansmeier < [email protected]> wrote: > Hi, > > i am trying to get pgadmin4 running in server-mode as a docker-container. > So i pulled the image and after i tried out the image a little bit, i tried > to use ldap-authentication. > > Unfortuna

Re: pgAdmin4 Container Deployment

2019-08-23 Thread Paolo Saudin
Il giorno ven 23 ago 2019 alle ore 10:03 Dave Page ha scritto: > Hi > > On Fri, Aug 23, 2019 at 8:32 AM Paolo Saudin > wrote: > >> Hi, >> following the new feature "Allow a banner to be displayed on the login >> and other related pages showing custom text", how could I set the banner in >> a con

Re: pgAdmin4 Container Deployment

2019-08-23 Thread Aditya Toshniwal
Hi, You need to create a config_local.py beside config.py and set LOGIN_BANNER. For example: LOGIN_BANNER = "Authorised Users Only!" \ "Unauthorised use is strictly forbidden." On Fri, Aug 23, 2019 at 1:02 PM Paolo Saudin wrote: > Hi, > following the new feature "Allow a banner

Re: pgAdmin4 Container Deployment

2019-08-23 Thread Dave Page
Hi On Fri, Aug 23, 2019 at 8:32 AM Paolo Saudin wrote: > Hi, > following the new feature "Allow a banner to be displayed on the login and > other related pages showing custom text", how could I set the banner in a > container deployment? Is there any > environment variables to pass it along? >