Changes between Initial Version and Version 1 of TracCrowdAuthPlugin


Ignore:
Timestamp:
Apr 25, 2011, 5:52:24 AM (13 years ago)
Author:
Richard Liao
Comment:

New hack TracCrowdAuthPlugin, created by richard

Legend:

Unmodified
Added
Removed
Modified
  • TracCrowdAuthPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= TracCrowdAuthPlugin =
     4
     5== Description ==
     6
     7TracCrowdAuthPlugin is a [http://www.atlassian.com/software/crowd crowd] auth store for [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracCrowdAuthPlugin are
     12[report:9?COMPONENT=TracCrowdAuthPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracCrowdAuthPlugin&owner=richard new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:traccrowdauthplugin here].
     20
     21== Source ==
     22
     23You can check out TracCrowdAuthPlugin from [http://trac-hacks.org/svn/traccrowdauthplugin here] using Subversion, or [source:traccrowdauthplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27  {{{
     28[components]
     29acct_mgr.web_ui.loginmodule = enabled
     30acct_mgr.web_ui.registrationmodule = disabled
     31trac.web.auth.loginmodule = disabled
     32
     33[crowdauth]
     34crowd_rest_base_url = http://crowdserver:8095/crowd/rest/usermanagement/latest/
     35crowd_realm = Crowd REST Service
     36crowd_useranme = trac
     37crowd_password = trac
     38crowd_group = trac_grp
     39
     40[account-manager]
     41password_store = CrowdAuthStore
     42}}}
     43
     44== Recent Changes ==
     45
     46[[ChangeLog(traccrowdauthplugin, 3)]]
     47
     48== Author/Contributors ==
     49
     50'''Author:''' [wiki:richard] [[BR]]
     51'''Maintainer:''' [wiki:richard] [[BR]]
     52'''Contributors:'''