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
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