Re: Authorization from ssl certificate data

2007-11-12 Thread Graham Dumpleton
On Nov 13, 3:34 am, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 11/12/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > So, without having tested it, you might be able to access > > request._req.subprocess_env to get the information (although read the > >mod_pythondocs first, particularl

Re: Authorization from ssl certificate data

2007-11-12 Thread James Bennett
On 11/12/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > So, without having tested it, you might be able to access > request._req.subprocess_env to get the information (although read the > mod_python docs first, particularly about add_common_vars(), since > that's certainly tripped me up in th

Re: Authorization from ssl certificate data

2007-11-12 Thread Malcolm Tredinnick
On Mon, 2007-11-12 at 15:55 +, Krzysztof Ciesielski wrote: > Hi, I've got a problem with django used with mod_ssl and mod_python. I > wanted to use environmental variables from mod_ssl in order to > automaticly log in users but it appears that those variables are not > accessible trough requ

Re: Authorization from ssl certificate data

2007-11-12 Thread James Bennett
On 11/12/07, Krzysztof Ciesielski <[EMAIL PROTECTED]> wrote: > Hi, I've got a problem with django used with mod_ssl and mod_python. I > wanted to use environmental variables from mod_ssl in order to > automaticly log in users but it appears that those variables are not > accessible trough request

Authorization from ssl certificate data

2007-11-12 Thread Krzysztof Ciesielski
Hi, I've got a problem with django used with mod_ssl and mod_python. I wanted to use environmental variables from mod_ssl in order to automaticly log in users but it appears that those variables are not accessible trough request.META Has anyone met this problem before. and has any idea how to sol