SQLPASPlugin (1.0)
- SQLPASPlugin download link: http://plone.org/products/sqlpasplugin/releases
- Homepage of SQLPASPlugin: http://plone.org/products/sqlpasplugin/
- SQLPASPlugin repository: http://svn.plone.org/svn/collective/PASPlugins/SQLPASPlugin/
- Description source: http://svn.plone.org/svn/collective/PASPlugins/SQLPASPlugin/trunk/README.txt
SQLPASPlugin currently provides three primary pieces. One for providing authentication against a SQL-based data source, one for the reading and writing of user property sheets from a SQL-based data source and another for dealing with roles.
The unit tests are configured to run against SQLite by default. But these tests can be configured to run against any other SQL data source. There is currently setup information commented out for running the tests against PostgreSQL and MySQL as well.
Note: Currently SQLPASPlugin is dependent upon PlonePAS for writing properties back to the SQL datasource. The plan in the future would be to remove the requirement on PlonePAS.