PostgreSQL Database connection
Hi i need to set up a loginmanager based authentification system with the account data stored in a postgres database. wich postgres database connector should i use? the system is: zope 2.4.3 on debian linux thanks a lot for any help! markus
Markus Gapp wrote:
Hi
i need to set up a loginmanager based authentification system with the account data stored in a postgres database. wich postgres database connector should i use?
I'm using ZPoPyDA together with PoPy and it works very well. This combination also works fine coupled with exUserFolder (product for form-based authentication). I did not test it under heavy load, yet. -- Milos Prudek
psycopg works well. Get it from http://initd.org/Software/psycopg. Matt On Sat, 2002-01-19 at 16:43, Markus Gapp wrote:
Hi
i need to set up a loginmanager based authentification system with the account data stored in a postgres database. wich postgres database connector should i use?
the system is:
zope 2.4.3 on debian linux
thanks a lot for any help!
markus
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Markus Gapp -
Matt Goodall -
Milos Prudek