Re: PAM Auth backend for Django

2008-04-05 Thread ludvig.ericson
On Mar 26, 5:38 pm, Thejaswi Puthraya <[EMAIL PROTECTED]> wrote: > * Improving the existing bindings: The existing bindings > (http://www.pangalactic.org/PyPAM/) are bug-ridden with lot of memory leaks, > hasn't been tested with python2.5 and don't expose the full C API. > This part of the projec

Re: GSoC Proposal: PAM Auth backend for Django

2008-03-28 Thread Thejaswi Puthraya
On Mar 29, 6:44 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi! > > On Mar 27, 3:12 pm, Thejaswi Puthraya <[EMAIL PROTECTED]> > wrote:> May 27th - June 10th : Work on the bindings > > There already exist new pam bindings based on > ctypes:http://atlee.ca/software/pam/module-index.html W

Re: GSoC Proposal: PAM Auth backend for Django

2008-03-28 Thread [EMAIL PROTECTED]
Hi! On Mar 27, 3:12 pm, Thejaswi Puthraya <[EMAIL PROTECTED]> wrote: > May 27th - June 10th : Work on the bindings There already exist new pam bindings based on ctypes: http://atlee.ca/software/pam/module-index.html > June 11th - June 24th : Work on the auth-backend import pam from django.contri

GSoC Proposal: PAM Auth backend for Django

2008-03-27 Thread Thejaswi Puthraya
On Mar 27, 7:07 am, Thejaswi Puthraya <[EMAIL PROTECTED]> wrote: > On Mar 26, 10:04 pm, "Sage La Torra" <[EMAIL PROTECTED]> wrote: > > > Thanks for the proposal! > > > For what it's worth, I'm not a Django mentor, but I am a two-time > > Summer of Coder. I just wanted to know if you had a timeline

Re: PAM Auth backend for Django

2008-03-26 Thread Thejaswi Puthraya
On Mar 26, 10:04 pm, "Sage La Torra" <[EMAIL PROTECTED]> wrote: > Thanks for the proposal! > > For what it's worth, I'm not a Django mentor, but I am a two-time > Summer of Coder. I just wanted to know if you had a timeline in mind? > One of the harder parts of Summer of Code is the 'Summer' part,

Re: [GSoC Proposal] PAM Auth backend for Django

2008-03-26 Thread Sage La Torra
ost POSIX systems like Linux, Solaris, AIX and BSD (through > OpenPAM). > > Various userland applications like MTAs and several authentication > protocols like Kerberos, RADIUS etc can talk with PAM. > > My Project > --- > > My project will cover "writing a pam aut

[GSoC Proposal] PAM Auth backend for Django

2008-03-26 Thread Thejaswi Puthraya
Linux, Solaris, AIX and BSD (through OpenPAM). Various userland applications like MTAs and several authentication protocols like Kerberos, RADIUS etc can talk with PAM. My Project --- My project will cover "writing a pam auth-backend for django". By doing so, integration