Re: [Freeipa-devel] Is Backend.krb part of API?

2015-07-28 Thread Alexander Bokovoy
On Tue, 28 Jul 2015, Simo Sorce wrote: On Tue, 2015-07-28 at 13:55 +0300, Alexander Bokovoy wrote: On Tue, 28 Jul 2015, Petr Vobornik wrote: >On 07/28/2015 10:57 AM, Michael Šimáček wrote: >>Hi, >> >>I'm working on porting FreeIPA away from python-krbV. Backend.krb and >>KRB5_CCache classes are

Re: [Freeipa-devel] Is Backend.krb part of API?

2015-07-28 Thread Simo Sorce
On Tue, 2015-07-28 at 13:55 +0300, Alexander Bokovoy wrote: > On Tue, 28 Jul 2015, Petr Vobornik wrote: > >On 07/28/2015 10:57 AM, Michael Šimáček wrote: > >>Hi, > >> > >>I'm working on porting FreeIPA away from python-krbV. Backend.krb and > >>KRB5_CCache classes are mere wrappers around krbV bind

Re: [Freeipa-devel] Is Backend.krb part of API?

2015-07-28 Thread Alexander Bokovoy
On Tue, 28 Jul 2015, Petr Vobornik wrote: On 07/28/2015 10:57 AM, Michael Šimáček wrote: Hi, I'm working on porting FreeIPA away from python-krbV. Backend.krb and KRB5_CCache classes are mere wrappers around krbV bindings, so it would make sense to remove them. But I found the former used in th

Re: [Freeipa-devel] Is Backend.krb part of API?

2015-07-28 Thread Petr Vobornik
On 07/28/2015 10:57 AM, Michael Šimáček wrote: Hi, I'm working on porting FreeIPA away from python-krbV. Backend.krb and KRB5_CCache classes are mere wrappers around krbV bindings, so it would make sense to remove them. But I found the former used in the example in doc/examples/python-api.py. Is

[Freeipa-devel] Is Backend.krb part of API?

2015-07-28 Thread Michael Šimáček
Hi, I'm working on porting FreeIPA away from python-krbV. Backend.krb and KRB5_CCache classes are mere wrappers around krbV bindings, so it would make sense to remove them. But I found the former used in the example in doc/examples/python-api.py. Is it part of FreeIPA's API? Shall I provide s