Changes between Initial Version and Version 1 of SqlFlexibleAuthStorePlugin


Ignore:
Timestamp:
Nov 23, 2011, 10:26:28 AM (12 years ago)
Author:
Dolf Andringa
Comment:

New hack SqlFlexibleAuthStorePlugin, created by dolfandringa

Legend:

Unmodified
Added
Removed
Modified
  • SqlFlexibleAuthStorePlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= SqlFlexibleAuthStorePlugin =
     4
     5== Description ==
     6
     7This 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.
     8It 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.
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for SqlFlexibleAuthStorePlugin are
     13[report:9?COMPONENT=SqlFlexibleAuthStorePlugin here].
     14
     15If you have any issues, create a
     16[http://trac-hacks.org/newticket?component=SqlFlexibleAuthStorePlugin&owner=dolfandringa new ticket].
     17
     18== Download ==
     19
     20Download the zipped source from [download:sqlflexibleauthstoreplugin here].
     21
     22== Source ==
     23
     24You can check out SqlFlexibleAuthStorePlugin from [http://trac-hacks.org/svn/sqlflexibleauthstoreplugin here] using Subversion, or [source:sqlflexibleauthstoreplugin browse the source] with Trac.
     25
     26== Example ==
     27
     28If 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.
     29
     30== Recent Changes ==
     31
     32[[ChangeLog(sqlflexibleauthstoreplugin, 3)]]
     33
     34== Author/Contributors ==
     35
     36'''Author:''' [wiki:dolfandringa] [[BR]]
     37'''Maintainer:''' [wiki:dolfandringa] [[BR]]
     38'''Contributors:'''