[[PageOutline(2-5,Contents,pullout)]] = SQL authstore for authenticating against an SQL table == Description This plugin provides an SQL authstore for authenticating against an SQL table and an `IPermissionGroup` 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. The code was started by copying the [wiki:HtGroupEditorPlugin HtGroupEditor] and the [wiki:SQLAuthStorePlugin SQLAuthStore] plugins. == 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]. [[TicketQuery(component=SqlFlexibleAuthStorePlugin&group=type,format=progress)]] == Download Download the zipped source from [download:sqlflexibleauthstoreplugin here]. The plugin has been created for Trac 0.12, but it should work for Trac 0.11 as well. == Source You can check out SqlFlexibleAuthStorePlugin from [http://trac-hacks.org/svn/sqlflexibleauthstoreplugin here] using Subversion, or [source:sqlflexibleauthstoreplugin browse the source] with Trac. == Installation Download the source, and [http://trac.edgewall.org/wiki/TracPlugins#Forasingleproject build and install the egg file]. In the source directory in sqlflexibleauthstore/sql there is an SQL file for creating the necessary tables, if you don't have your own tables already. == 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, then this plugin lets 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:''' [[Maintainer]] [[BR]] '''Contributors:'''