Re: [Freeipa-devel] [PATCH 0004] Rewrap errors in get_principal to CCacheError

2015-09-22 Thread David Kupka
On 04/09/15 17:07, Michael Šimáček wrote: On 2015-09-03 14:32, Tomas Babej wrote: On 09/03/2015 12:54 PM, Michael Šimáček wrote: After porting to gssapi, the ipa command prints ugly traceback when kerberos credentials are not available. Rewrapping to CCacheError when getting the principal

Re: [Freeipa-devel] [PATCH 0004] Rewrap errors in get_principal to CCacheError

2015-09-22 Thread Jan Cholasta
On 22.9.2015 13:20, David Kupka wrote: On 04/09/15 17:07, Michael Šimáček wrote: On 2015-09-03 14:32, Tomas Babej wrote: On 09/03/2015 12:54 PM, Michael Šimáček wrote: After porting to gssapi, the ipa command prints ugly traceback when kerberos credentials are not available. Rewrapping to

Re: [Freeipa-devel] [PATCH 0004] Rewrap errors in get_principal to CCacheError

2015-09-04 Thread Michael Šimáček
On 2015-09-03 14:32, Tomas Babej wrote: On 09/03/2015 12:54 PM, Michael Šimáček wrote: After porting to gssapi, the ipa command prints ugly traceback when kerberos credentials are not available. Rewrapping to CCacheError when getting the principal name results in nicer error message.

[Freeipa-devel] [PATCH 0004] Rewrap errors in get_principal to CCacheError

2015-09-03 Thread Michael Šimáček
After porting to gssapi, the ipa command prints ugly traceback when kerberos credentials are not available. Rewrapping to CCacheError when getting the principal name results in nicer error message. https://fedorahosted.org/freeipa/ticket/5272 From 227df758d0ac0cfc971a39e63c33bc4bfc0e992b Mon

Re: [Freeipa-devel] [PATCH 0004] Rewrap errors in get_principal to CCacheError

2015-09-03 Thread Tomas Babej
On 09/03/2015 12:54 PM, Michael Šimáček wrote: > After porting to gssapi, the ipa command prints ugly traceback when > kerberos credentials are not available. Rewrapping to CCacheError when > getting the principal name results in nicer error message. > >