Re: [SOLVED] Re: pgAdmin 4 + python wheel + kerberos

2020-05-07 Thread Stephen Frost
Greetings, * Dave Page (dp...@pgadmin.org) wrote: > On Thu, May 7, 2020 at 3:52 PM Stephen Frost wrote: > > * Dave Page (dp...@pgadmin.org) wrote: > > > On Wed, May 6, 2020 at 5:20 PM Stephen Frost wrote: > > > > Any chance you could share that patch..? Considering that pgAdmin4 > > has, > > >

Re: [SOLVED] Re: pgAdmin 4 + python wheel + kerberos

2020-05-07 Thread Dave Page
Hi On Thu, May 7, 2020 at 3:52 PM Stephen Frost wrote: > Greetings, > > * Dave Page (dp...@pgadmin.org) wrote: > > On Wed, May 6, 2020 at 5:20 PM Stephen Frost wrote: > > > Any chance you could share that patch..? Considering that pgAdmin4 > has, > > > sadly, decided to go the (broken) route o

Re: [SOLVED] Re: pgAdmin 4 + python wheel + kerberos

2020-05-07 Thread Stephen Frost
Greetings, * Dave Page (dp...@pgadmin.org) wrote: > On Wed, May 6, 2020 at 5:20 PM Stephen Frost wrote: > > Any chance you could share that patch..? Considering that pgAdmin4 has, > > sadly, decided to go the (broken) route of adding LDAP basic-user auth, > > Less secure != broken, unless you k

Re: [SOLVED] Re: pgAdmin 4 + python wheel + kerberos

2020-05-07 Thread Dave Page
Hi On Wed, May 6, 2020 at 5:20 PM Stephen Frost wrote: > > Any chance you could share that patch..? Considering that pgAdmin4 has, > sadly, decided to go the (broken) route of adding LDAP basic-user auth, > Less secure != broken, unless you know something I don't (and bear in mind I've seen yo

Re: [SOLVED] Re: pgAdmin 4 + python wheel + kerberos

2020-05-06 Thread Stephen Frost
Greetings Peter, * Peter (p...@citylink.dinoex.sub.org) wrote: > Getting back to this one - sorry, took me a while... Yeah, same. :) > On Wed, Jan 15, 2020 at 10:02:26AM -0500, Stephen Frost wrote: > ! Glad to hear it! Would love to have the specific details of what you > ! did to make it work

Re: [SOLVED] Re: pgAdmin 4 + python wheel + kerberos

2020-03-20 Thread Peter
Getting back to this one - sorry, took me a while... On Wed, Jan 15, 2020 at 10:02:26AM -0500, Stephen Frost wrote: ! Greetings Peter, Greetings back! ! ! * Peter (p...@citylink.dinoex.sub.org) wrote: ! > On Sun, Jan 12, 2020 at 05:58:56PM +0100, Peter wrote: ! > ! Stephen Frost (sfr...@snowm

Re: [SOLVED] Re: pgAdmin 4 + python wheel + kerberos

2020-01-15 Thread Stephen Frost
Greetings Peter, * Peter (p...@citylink.dinoex.sub.org) wrote: > On Sun, Jan 12, 2020 at 05:58:56PM +0100, Peter wrote: > ! Stephen Frost (sfr...@snowman.net) wrote: > ! > ! ! That said, reminding myself that pgAdmin4 can be run under Apache, it > ! ! should be possible to have an Apache system s

[SOLVED] Re: pgAdmin 4 + python wheel + kerberos

2020-01-15 Thread Peter
On Sun, Jan 12, 2020 at 05:58:56PM +0100, Peter wrote: ! Stephen Frost (sfr...@snowman.net) wrote: ! ! ! That said, reminding myself that pgAdmin4 can be run under Apache, it ! ! should be possible to have an Apache system set up with mod_auth_kerb ! ! (to handle the incoming Kerberos authenticati

Re: pgAdmin 4 + python wheel + kerberos

2020-01-12 Thread Peter
Stephen Frost (sfr...@snowman.net) wrote: ! That said, reminding myself that pgAdmin4 can be run under Apache, it ! should be possible to have an Apache system set up with mod_auth_kerb ! (to handle the incoming Kerberos authentication and the credential ! delegation) and have pgAdmin4 pick up on

Re: pgAdmin 4 + python wheel + kerberos

2017-12-13 Thread Stephen Frost
Greetings, * Stephen Frost (sfr...@snowman.net) wrote: > * Khushboo Vashi (khushboo.va...@enterprisedb.com) wrote: > > 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 evalua

Re: pgAdmin 4 + python wheel + kerberos

2017-12-13 Thread Stephen Frost
Greetings, * Khushboo Vashi (khushboo.va...@enterprisedb.com) wrote: > 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 > > ap

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

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