Re: [web2py] Re: x509 authentication

2012-07-20 Thread Michele Comitini
Could be a problem here: https://github.com/settings/notifications I get notifications, but they come in burst at random... mic 2012/7/20 Massimo Di Pierro : > thanks for letting me kno.w github does not notify me of pull requests. > > > On Friday, 20 July 2012 15:59:48 UTC-5, Michele Comitini w

Re: [web2py] Re: x509 authentication

2012-07-20 Thread Massimo Di Pierro
thanks for letting me kno.w github does not notify me of pull requests. On Friday, 20 July 2012 15:59:48 UTC-5, Michele Comitini wrote: > > @Massimo > > I have made a pull request on github. > > mic > > > 2012/7/20 Massimo Di Pierro : > > I'll wait for the patch. > > > > > > On Friday, 20 J

Re: [web2py] Re: x509 authentication

2012-07-20 Thread Michele Comitini
@Massimo I have made a pull request on github. mic 2012/7/20 Massimo Di Pierro : > I'll wait for the patch. > > > On Friday, 20 July 2012 07:51:37 UTC-5, Michele Comitini wrote: >> >> > Michelle, I know you wrote the code, but I believe X509Account should be >> > replaced with X509Auth, no? >>

Re: [web2py] Re: x509 authentication

2012-07-20 Thread tiadobatima
I want to point out that the documentation is also using X509Account: http://web2py.com/books/default/chapter/29/9#Other-login-methods-and-login-forms Thanks guys, g. On Friday, 20 July 2012 09:25:36 UTC-7, Massimo Di Pierro wrote: > > I'll wait for the patch. > > On Friday, 20 July 2012 07:51:3

Re: [web2py] Re: x509 authentication

2012-07-20 Thread Massimo Di Pierro
I'll wait for the patch. On Friday, 20 July 2012 07:51:37 UTC-5, Michele Comitini wrote: > > > Michelle, I know you wrote the code, but I believe X509Account should be > > replaced with X509Auth, no? > > Ahem... I stand corrected, you are right I just copied a comment in > the code. The comme

Re: [web2py] Re: x509 authentication

2012-07-20 Thread Michele Comitini
> Michelle, I know you wrote the code, but I believe X509Account should be > replaced with X509Auth, no? Ahem... I stand corrected, you are right I just copied a comment in the code. The comment must be fixed. mic 2012/7/20 tiadobatima : > Thanks guys! > > I'm using nginx too, and I followed

Re: [web2py] Re: x509 authentication

2012-07-20 Thread tiadobatima
Thanks guys! I'm using nginx too, and I followed roughly the same steps but using uwsgi. Michelle, I know you wrote the code, but I believe X509Account should be replaced with X509Auth, no? from gluon.contrib.login_methods.x509_auth import X509Auth auth.settings.actions_disabled=['regis

Re: [web2py] Re: x509 authentication

2012-07-19 Thread Michele Comitini
- Install M2Crypto. - If you use rocket be sure to pass the --ca-cert option or if you use another server configure the server to support client certificate validation and to pass needed SSL variables in wsgi environment*. - In you model put the following: from gluon.contrib.login_methods.x50

[web2py] Re: x509 authentication

2012-07-19 Thread Derek
1. Take a look at x509_auth.py for information on how to do that. It's only 102 lines, so don't be daunted. 2. Yes. On Tuesday, July 17, 2012 4:12:50 PM UTC-7, tiadobatima wrote: > > Hi guys, > > After reading the docs, searching through old posts, and scouring the net, > I'm hoping someone ca