pre-populate pgadmin4 configuration (server, for example)

2017-12-12 Thread Duffey, Blake
pgAdmin 3 leveraged registry keys that could be used to 'pre-populate' certain connection entries (server, port, SSL, etc) for use cases such as terminal server/Citrix environments. In our (admittedly limited) testing pgAdmin 4 ver 2 offers no such keys to store connection specific information.

pgAdmin 4 + python wheel + kerberos

2017-12-12 Thread Duffey, Blake
Will pgAdmin 4 as a python wheel application support Kerberos authentication? We are evaluating running pgAdmin 4 as a web service (vs a Windows application) in a shared Citrix environment. Kerberos auth would make this use case viable. Thanks Blake

Re: pgAdmin 4 + python wheel + kerberos

2017-12-12 Thread Khushboo Vashi
On Wed, Dec 13, 2017 at 3:05 AM, Duffey, Blake wrote: > Will pgAdmin 4 as a python wheel application support Kerberos > authentication? > > > > We are evaluating running pgAdmin 4 as a web service (vs a Windows > application) in a shared Citrix environment. Kerberos auth would make > this use c

Re: pre-populate pgadmin4 configuration (server, for example)

2017-12-12 Thread Murtuza Zabuawala
On Wed, Dec 13, 2017 at 3:04 AM, Duffey, Blake wrote: > pgAdmin 3 leveraged registry keys that could be used to ‘pre-populate’ > certain connection entries (server, port, SSL, etc) for use cases such as > terminal server/Citrix environments. In our (admittedly limited) testing > pgAdmin 4 ver 2

Re: flask again

2017-12-12 Thread Murtuza Zabuawala
++ Adding pgadmin-support Please keep the group in loop. On Wed, Dec 13, 2017 at 11:12 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Is there any specific reason for using sudo? > (faruha) malikarumi@Tetuoan2:~/Projects/faruha/lib$ *sudo* python > python3.6/site-packages/p

Re: flask again

2017-12-12 Thread Malik Rumi
sorry, not sure why the support group got dropped from reply,,, *“None of you has faith until he loves for his brother or his neighbor what he loves for himself.”* On Tue, Dec 12, 2017 at 10:00 PM, Malik Rumi wrote: > >> Is there any specific reason for using sudo? > Yes: PermissionError: [Err

Re: flask again

2017-12-12 Thread Murtuza Zabuawala
No need to run it as sudo just provide the permission to user for that path, chown -R malikarumi:root /var/lib/pgadmin And if the folder does not exists then, sudo mkdir "/var/log/pgadmin" sudo chmod a+wrx "/var/log/pgadmin" sudo mkdir "/var/lib/pgadmin" sudo chmod a+wrx "/var/lib/pgadmin" On

Re: flask again

2017-12-12 Thread Malik Rumi
That did it! Both lib/ and log/ were missing, but now I am in! Thx wa shokran. *“None of you has faith until he loves for his brother or his neighbor what he loves for himself.”* On Tue, Dec 12, 2017 at 10:15 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > No need to run it