Re: F28 System Wide Change: Kerberos in Python modernization

2018-01-05 Thread Simo Sorce
On Fri, 2018-01-05 at 10:10 +, James Hogarth wrote: > On 5 January 2018 at 09:35, David Woodhouse wrote: > > On Fri, 2018-01-05 at 09:23 +0100, Jan Kurik wrote: > > > > > > > > > == Detailed Description == > > > Replace older, clunkier, less user-friendly python interfaces to > > > Kerberos

Re: F28 System Wide Change: Kerberos in Python modernization

2018-01-05 Thread James Hogarth
On 5 January 2018 at 09:35, David Woodhouse wrote: > On Fri, 2018-01-05 at 09:23 +0100, Jan Kurik wrote: >> >> >> == Detailed Description == >> Replace older, clunkier, less user-friendly python interfaces to >> Kerberos with python-gssapi. python-gssapi uses the GSSAPI interface, >> which is wide

Re: F28 System Wide Change: Kerberos in Python modernization

2018-01-05 Thread David Woodhouse
On Fri, 2018-01-05 at 09:23 +0100, Jan Kurik wrote: > > > == Detailed Description == > Replace older, clunkier, less user-friendly python interfaces to > Kerberos with python-gssapi. python-gssapi uses the GSSAPI interface, > which is widely standardized, implemented by both MIT and Heimdal > Ker