Re: [Twisted-Python] twisted and kerberos

2011-09-16 Thread Phil Mayers
On 16/09/11 02:16, Benjamin Rutt wrote: > Hello twisted experts, > We are trying to add kerberos authentication to our existing twisted > server. We haven't yet found a twisted specific library that can do > this; any pointers? Over which protocol? Do you only want authentication, or integrity/co

[Twisted-Python] twisted and kerberos

2011-09-15 Thread Benjamin Rutt
Hello twisted experts, We are trying to add kerberos authentication to our existing twisted server. We haven't yet found a twisted specific library that can do this; any pointers? What we have found is python-krbV (https://fedorahosted.org/python-krbV/), but we end up using it along with code li