Git Product home page Git Product logo

docuwiki-cas-auth-hack's Introduction

Dokuwiki CAS autentication hack

Docuwiki alternative CAS autentication driver

cas-auth-hack.php works by overwriting (login, logout) or blocking (admin, profile, usermanager) default Dokuwiki actions.

Instalation

  1. Copy folder /cas-auth-hack/ to wiki root directory
  2. Edit doku.php and include ./cas-auth-hack/cas-auth-hack.php in doku.php just after require_once(DOKU_INC.'inc/init.php'); (see code below)
  3. Make sure to delete install.php
  4. Configure CAS host, port and path inside conf/dokuwiki.php (see Configuration section)
// File docu.php
// CAS hack - important - should be included before act_dispatch
//require_once(__DIR__.'/cas-auth-hack/cas-auth-hack.php');

Example

// File doku.php
// (...)

// load and initialize the core system
require_once(DOKU_INC.'inc/init.php');

// CAS hack - important - should be included before act_dispatch
require_once(__DIR__.'/cas-auth-hack/cas-auth-hack.php');
// (...)

Configuration

Edit conf/dokuwiki.php and specify the following values:

// CAS driver settings
$conf['cas']['host'] = 'cas.example.com';
$conf['cas']['port'] = 443;
$conf['cas']['path'] = '/cas';

docuwiki-cas-auth-hack's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.