Re: X.509 Certificate Authentication

2009-08-12 Thread Thilo-Alexander Ginkel
Hi Nathan, On Tue, Aug 11, 2009 at 19:24, Thilo-Alexander Ginkel wrote: >> I just uploaded my patch to http://reviews.review-board.org/r/938/. > > Thanks! I will try your changes once I have updated my RB installation > to a current version. just a brief update: I tried your patch and it works l

Re: X.509 Certificate Authentication

2009-08-11 Thread Thilo-Alexander Ginkel
On Mon, Aug 3, 2009 at 06:44, Nathan Heijermans wrote: >> This basically sound like what I intend to implement. Would you mind sharing >> some patches? > > I just uploaded my patch to http://reviews.review-board.org/r/938/. Thanks! I will try your changes once I have updated my RB installation t

Re: X.509 Certificate Authentication

2009-08-02 Thread Nathan Heijermans
Thilo, This basically sound like what I intend to implement. Would you mind sharing > some patches? > I just uploaded my patch to http://reviews.review-board.org/r/938/. > There is a remaining problem that I have yet to resolve, and that is > > authenticating with my certificate from the post-re

Re: X.509 Certificate Authentication

2009-07-31 Thread Thilo-Alexander Ginkel
On Friday 31 July 2009 23:19:01 Nathan Heijermans wrote: > I have an implementation of x.509 authentication working that bypasses > the "Login" screen. I had to add a middleware class to the django site > settings (I copied the MIDDLEWARE_CLASSES from settings.py to my > settings_local.py and adde

Re: X.509 Certificate Authentication

2009-07-31 Thread Nathan Heijermans
Thilo-Alexander Ginkel wrote: > On Fri, Jul 31, 2009 at 13:27, > rupert.thurner wrote: >> just as a side note, edgewall trac supports it by just taking the >> webservers authentication, see: >> * http://trac.edgewall.org/browser/trunk/trac/web/auth.py. >> * >> http://trac-hacks.org/browser/ssl

Re: X.509 Certificate Authentication

2009-07-31 Thread Thilo-Alexander Ginkel
On Fri, Jul 31, 2009 at 13:27, rupert.thurner wrote: > just as a side note, edgewall trac supports it by just taking the > webservers authentication, see: >  * http://trac.edgewall.org/browser/trunk/trac/web/auth.py. >  * > http://trac-hacks.org/browser/sslauthenticationplugin/0.11/sslauthenticat

Re: X.509 Certificate Authentication

2009-07-31 Thread rupert.thurner
just as a side note, edgewall trac supports it by just taking the webservers authentication, see: * http://trac.edgewall.org/browser/trunk/trac/web/auth.py. * http://trac-hacks.org/browser/sslauthenticationplugin/0.11/sslauthentication/__init__.py * http://trac-hacks.org/wiki/SslAuthentication

Re: X.509 Certificate Authentication

2009-07-30 Thread Christian Hammond
Hi Thlio, We don't support this today, but would gladly take a patch for it. It should be a matter of creating a new authentication backend (see reviewboard/accounts/backends.py) and adding it to the siteconfig and forms code in reviewboard/admin/. I don't know what all is involved with X.509 cer