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

2011-06-22 Thread Anton Gyllenberg
On Fri, Jun 17, 2011 at 8:55 PM, L. Daniel Burr wrote: > As an aside, I recall that ldaptor never could become part of twisted, due > to its licensing.  I didn't see any license information in the new repo; I > assume the code is still GPL v2? The Ldaptor license is LGPL and I think it has always

Re: [Twisted-Python] Plugin Example - review appreciated

2011-06-22 Thread exarkun
On 07:32 am, step...@thorne.id.au wrote: On Tue, Jun 21, 2011 at 23:32, wrote: Don't define Options or makeService in the dropin file. Use twisted.application.service.ServiceMaker instead of implementing your own. Oh that's nice. I'll rewrite to use that now. What's the first argument to Se

Re: [Twisted-Python] Plugin Example - review appreciated

2011-06-22 Thread Thorne, Stephen
On Tue, Jun 21, 2011 at 23:32, wrote: > Don't define Options or makeService in the dropin file. > > Use twisted.application.service.ServiceMaker instead of implementing > your own. Oh that's nice. I'll rewrite to use that now. What's the first argument to ServiceMaker, 'name' for? it's not docum