Repoze and Pluggable Authentication Modules (PAM)

2011-07-06 Thread raulna
Hi, I have developed an application and now I need users to authenticate with PAM. How I can do? I have been testing repoze with SQLAlchemy and I like it but use it with PAM. Any ideas? Thanks -- You received this message because you are subscribed to the Google Groups pylons-discuss group.

Newb Question -- Default install not working due to syntax error in Chameleon

2011-07-06 Thread Vaibhav Bhandari
hi there -- Sorry I couldn't find answer to the following question after several web searches, forum finding and experimentation. I get the following error when i run the pyramid_starter app from my setup. I have a fresh install in virtualenv and I just did easy_install on Pyramid. URL:

Re: Repoze and Pluggable Authentication Modules (PAM)

2011-07-06 Thread Cornelius Kölbel
Hi, there is a repoze.who pam plugin https://github.com/catlee/repoze.who.plugins.pam ...unfortunately not packed with my default distribution... But so code is fairly short - only 50 lines - so should be easily adapted to ones own needs. Kind regards Cornelius Am 06.07.2011 09:45, schrieb

Re: Newb Question -- Default install not working due to syntax error in Chameleon

2011-07-06 Thread Jakub Warmuz
On Tue, Jul 5, 2011 at 12:29 PM, Vaibhav Bhandari vaibh...@gmail.com wrote: hi there -- Sorry I couldn't find answer to the following question after several web searches, forum finding and experimentation. I get the following error when i run the pyramid_starter app from my setup. I have a

Re: Newb Question -- Default install not working due to syntax error in Chameleon

2011-07-06 Thread Tony Theodore
On 5 July 2011 20:29, Vaibhav Bhandari vaibh...@gmail.com wrote: hi there -- Sorry I couldn't find answer to the following question after several web searches, forum finding and experimentation. I get the following error when i run the pyramid_starter app from my setup. I have a fresh install

Re: Repoze and Pluggable Authentication Modules (PAM)

2011-07-06 Thread Andrew Colin Kissa
On 06 Jul 2011, at 9:45 AM, raulna wrote: I have developed an application and now I need users to authenticate with PAM. How I can do? I have been testing repoze with SQLAlchemy and I like it but use it with PAM. Any ideas? There are python pam modules that you could use to write a

Re: Repoze and Pluggable Authentication Modules (PAM)

2011-07-06 Thread raulna
Hi, Cornelius. repoze.who pam plugin requires PAM module, where I can find this module? what version of python you use with this pluggin and pam module? Thank you very much for your code. On 6 jul, 10:00, Cornelius Kölbel cornelius.koel...@lsexperts.de wrote: Hi, there is a repoze.who pam

Re: Repoze and Pluggable Authentication Modules (PAM)

2011-07-06 Thread Cornelius Kölbel
Hi , as Andrew pointed out, you can find the pam module at pypi. At the moment I do not use the repoze who pam, but I will have to in about one or two months. And I will probably use it with python 2.6.5. Kind regards Cornelius Am 06.07.2011 12:24, schrieb raulna: Hi, Cornelius. repoze.who

comparison between play and pyramid in term of performance

2011-07-06 Thread Minh Doan
Hi everyone, I have played with pyramid for a while and like it pretty much. Recently I heard about new web framework Play which is based on Java. I love Java as a programming language with which It's hardly to make mistake. And in term of performance Java is better than Python. Play is also very

Re: comparison between play and pyramid in term of performance

2011-07-06 Thread Robert Ramsay
Hi Minh, Performance is a very controversial topic. I don't have any benchmarks, and I know nothing about the Play framework. The difference in performance of low traffic sites is generally negligible and depends more on scalable code then actual language or platform. Looking to the future when