Changes between Initial Version and Version 1 of GoogleAppsAuthPlugin


Ignore:
Timestamp:
Dec 3, 2010, 6:48:56 PM (13 years ago)
Author:
David A. Riggs
Comment:

New hack GoogleAppsAuthPlugin, created by riggs

Legend:

Unmodified
Added
Removed
Modified
  • GoogleAppsAuthPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Trac Google Apps Authentication Plugin =
     4
     5== Description ==
     6
     7This plugin allows a Trac site to authenticate users against a hosted Google Apps domain. It requires and uses the AccountManagerPlugin.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for GoogleAppsAuthPlugin are
     12[report:9?COMPONENT=GoogleAppsAuthPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=GoogleAppsAuthPlugin&owner=riggs new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:googleappsauthplugin here].
     20
     21== Source ==
     22
     23You can check out GoogleAppsAuthPlugin from [http://trac-hacks.org/svn/googleappsauthplugin here] using Subversion, or [source:googleappsauthplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27{{{
     28[account-manager]
     29password_store = GoogleAppsPasswordStore
     30
     31[components]
     32acct_mgr.api.accountmanager = enabled
     33acct_mgr.web_ui.loginmodule = enabled
     34createtank.trac.googleauth.googleauthplugin.googleappspasswordstore = enabled
     35trac.web.auth.loginmodule = disabled
     36
     37[google_apps]
     38domain = mydomainname.com
     39group_access = trac_users
     40admin_username = sysadmin
     41admin_secret = TOP_S3CRET
     42}}}
     43
     44== Recent Changes ==
     45
     46[[ChangeLog(googleappsauthplugin, 3)]]
     47
     48== Author/Contributors ==
     49
     50'''Author:''' [wiki:riggs] [[BR]]
     51'''Maintainer:''' [wiki:riggs] [[BR]]
     52'''Contributors:'''