Skip to content

kumc-bmi/traccas-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Notes
=====

This is a modified login plugin to use a `JA-SIG CAS server`__ as the
back-end. 

__ http://www.ja-sig.org/products/cas/

Configuration
=============

Options in the ``[cas]`` section:

``server``: **required** 
    The base URL of the CAS server.
``login_path``:
    Relative path to the login service. Defaults to ``/login``.
``logout_path``:
    Relative path to the logout service. Defaults to ``/logout``.
``validate_path``:
    Relative path to the validation service. Defaults to ``/validate``.

To enable the plugin::

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

.. note::
    Even if installing locally, you must disable the default LoginModule.

Example
=======

An example configuration::

    [cas]
    server = https://login.example.com/cas

Releases

No releases published

Packages

No packages published

Languages