Changes between Version 5 and Version 6 of AccountManagerPlugin/AuthStores


Ignore:
Timestamp:
May 12, 2011, 12:21:39 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

add references to more (third party) authentication providers

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/AuthStores

    v5 v6  
    159159suggested native !AuthStore for AccountManagerPlugin (see [wiki:AccountManagerPlugin/AuthStores currently supported ones here])
    160160 * #1600, a spin-off of LdapPlugin, that we may add some day (needed preparation done, see #1602)
     161
     162== Other sources ==
     163There are a number of other implementations of `IPasswordStore` like the LDAP authentication plugins mentioned above, here at t-h.o and elsewhere on the web.
     164
     165Where to start? Here is a small and certainly incomplete collection:
     166
     167||'''Package/Plugin and store name'''||'''Description'''||'''Author'''||'''Resource link'''||
     168||ADAuthStore in ActiveDirectoryAuthPlugin ||Provides authentication against Active Directory. ||John Hampton (pacopablo)||ActiveDirectoryAuthPlugin ||
     169||!DjangoPasswordStore in !TracDjangoAuthPlugin||Trac Authentication against Django's userdb. ||Ville Korhonen ||https://github.com/ypcs/TracDjangoAuth ||
     170||!GoogleAppsPasswordStore in !TracGoogleAppsAuthPlugin ||Trac authentication plugin for integration with hosted Google Apps domain. ||David A. Riggs ||http://pypi.python.org/pypi/TracGoogleAppsAuthPlugin/ ||
     171||!HtBlowfishStore in HtBlowfishStorePlugin|| !HtPasswdStore with Blowfish support. ||Mitar (mitar) ||https://bitbucket.org/mitar/trac-htblowfishstore ||
     172||PhpBBAuthStore in PhpBbAuthPlugin ||Use a phpBB3 database as the authentication store. ||John Hampton (pacopablo) ||PhpBbAuthPlugin ||
     173||!PwAuthStore in !TracPwAuth ||!AccountManager password store that uses pwauth to check against the system password database. ||Noah Kantrowitz (coderanger)||http://pypi.python.org/pypi/TracPwAuth/ ||
     174||SQLAuthStore in SQLAuthStorePlugin ||Defines authentication store over SQL database. ||Mitar (mitar) ||https://bitbucket.org/mitar/trac-sqlauthstore ||
     175
     176Please add a valid reference here, if you know/find more.