Re: [Twisted-Python] simple example for twisted ssh server with public key authentification

2012-08-07 Thread Ilja Livenson
Hi, perhaps our project code could help with the insight: Creation of the SSH server: https://github.com/opennode/opennode-management/blob/master/opennode/oms.tac#L26 Definition of the checker: https://github.com/opennode/opennode-management/blob/master/opennode/oms/security/authentication.py#L65

Re: [Twisted-Python] questions about twisted usage

2012-03-22 Thread Ilja Livenson
Hi, Uri > So what I didn't mention earlier because I wanted to keep my questions > simple, is we're already using sqlalchemy and its ORM so I don't think > I can use adbapi.  The way things have been working (and it's not so > scalable) is every request that does any kind of modification grabs a >

[Twisted-Python] what is the status of storm integration with twisted?

2011-07-12 Thread Ilja Livenson
Hi, basically, $subj. I really like the DeferredStore concept introduced in storm/twisted-integration, but it seems that that branch is lagging behind on merging (for 2 years now). Any inside info, perhaps? thanks, Ilja ___ Twisted-Python mailing list

Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer

2011-07-01 Thread Ilja Livenson
On 1 July 2011 14:01, Tim Allen wrote: > On Fri, Jul 01, 2011 at 12:48:37PM +0200, Tristan Seligmann wrote: >> On Fri, Jul 1, 2011 at 12:29 PM, Laurens Van Houtven <_...@lvh.cc> wrote: >> > Although I've hated git for a long while (and I still don't like it very >> > much), I firmly believe Github

Re: [Twisted-Python] twisted.cred implementation for LDAP, anyone?

2011-06-17 Thread Ilja Livenson
Oh, great, thanks! Saw the project but didn't notice they have checker as well. I. On 17 June 2011 13:41, ch...@emerge-life.de wrote: >  Hi Ilja, > > Am Freitag, 17. Juni 2011 13:14 CEST, Ilja Livenson > schrieb: >> I wonder if there are kind people here, who have imple

[Twisted-Python] twisted.cred implementation for LDAP, anyone?

2011-06-17 Thread Ilja Livenson
Hi, I wonder if there are kind people here, who have implemented authN against LDAP backend with twisted.cred and would be ok sharing the code? Or even better - if this code could somehow make it into the core package of Twisted. thanks, Ilja ___ Twist