[[PageOutline(2-5,Contents,pullout)]] = SqlFlexibleAuthStorePlugin = == Description == This plugin provides an SQL authstore for authenticating against an SQL table and an PermissionGroup provider, also from SQL. It also provides an AdminPanel where you can edit groups and group memberships. It depends on accountmanager. In the accountmanager configuration panel you can create custom sql query's used to find the users, groups and memberships and edit them. Sane defaults are provided though, as is an sql file in the source code with which you can create the tables. == Bugs/Feature Requests == Existing bugs and feature requests for SqlFlexibleAuthStorePlugin are [report:9?COMPONENT=SqlFlexibleAuthStorePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SqlFlexibleAuthStorePlugin&owner=dolfandringa new ticket]. == Download == Download the zipped source from [download:sqlflexibleauthstoreplugin here]. == Source == You can check out SqlFlexibleAuthStorePlugin from [http://trac-hacks.org/svn/sqlflexibleauthstoreplugin here] using Subversion, or [source:sqlflexibleauthstoreplugin browse the source] with Trac. == Example == If you want the authentication of trac to be done from an sql database, and possibly use these groups and users also for other applications, this plugin let's you define users, groups and memberships in the trac admin panel, using the accountmanager plugin. == Recent Changes == [[ChangeLog(sqlflexibleauthstoreplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:dolfandringa] [[BR]] '''Maintainer:''' [wiki:dolfandringa] [[BR]] '''Contributors:'''