Re: [Freeipa-devel] python-kerberos patch

2014-01-14 Thread Simo Sorce
On Tue, 2014-01-14 at 13:12 -0500, Rob Crittenden wrote: > Simo Sorce wrote: > > On Mon, 2014-01-13 at 14:45 -0500, Rob Crittenden wrote: > >> In an effort to be able to to use GSS-Proxy as a client in IPA I've > >> written a patch against python-kerberos to add a call to > >> gss_cred_inquire so w

Re: [Freeipa-devel] python-kerberos patch

2014-01-14 Thread Rob Crittenden
Simo Sorce wrote: On Mon, 2014-01-13 at 14:45 -0500, Rob Crittenden wrote: In an effort to be able to to use GSS-Proxy as a client in IPA I've written a patch against python-kerberos to add a call to gss_cred_inquire so we can peek at the current principal name. This will replace the python-krbV

Re: [Freeipa-devel] python-kerberos patch

2014-01-13 Thread Simo Sorce
On Mon, 2014-01-13 at 14:45 -0500, Rob Crittenden wrote: > In an effort to be able to to use GSS-Proxy as a client in IPA I've > written a patch against python-kerberos to add a call to > gss_cred_inquire so we can peek at the current principal name. This will > replace the python-krbV call in i

[Freeipa-devel] python-kerberos patch

2014-01-13 Thread Rob Crittenden
In an effort to be able to to use GSS-Proxy as a client in IPA I've written a patch against python-kerberos to add a call to gss_cred_inquire so we can peek at the current principal name. This will replace the python-krbV call in ipapython/util.py::get_current_principal(). The patch is pending