wiki:TracCasPlugin

Version 3 (modified by graham.fawcett@…, 16 years ago) (diff)

added traccas-enabled line to configuration example

CAS-based login for Trac

Description

This is a modified login plugin to use a Yale CAS server as the backend.

Bugs/Feature Requests

Existing bugs and feature requests for TracCasPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:traccasplugin here].

Source

You can check out TracCasPlugin from here using Subversion, or browse the source with Trac.

Example

Just add something like this to your config.

[cas]
server = https://your.cas.server.edu:port
login_path = /cas/login
validate_path = /cas/validate
logout_path = /cas/logout

Don't forget to disable the default login module too.

[components]
traccas.* = enabled
trac.web.auth.LoginModule = disabled

Recent Changes

16397 by rjollos on 2017-03-25 09:37:00
Remove obsolete "0.9" code
3634 by coderanger on 2008-05-08 10:20:59
Fix admonitions.
3620 by coderanger on 2008-05-06 11:32:52
Set MIME type.
(more)

Author/Contributors

Author: coderanger
Contributors:

TagIt(plugin,coderanger,beta,0.9)?