DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authchained

This is an old revision of the document!


Chained Auth Plugin - Use multiple authentication plugins

Compatible with DokuWiki

  • 2024-02-06 "Kaos" probably
  • 2023-04-04 "Jack Jackrum" probably
  • 2022-07-31 "Igor" probably
  • 2020-07-29 "Hogfather" probably

plugin Chained auth plugin (This plugin is a rewrite of the prior chained auth module)

Last updated on
2018-11-21
Provides
Auth
Repository
Source
Conflicts with
authclientcert

Similar to authsplit

Tagged with authentication, chained

This plugin delegates the authentication to the authentication plugin, which first returns true when checking username and password. After this, the authentication plugin is used for the user session. Multiple plugins can be configured, which are checked, when a user tries to log in.

Based on Chained Auth Backend.

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Configuration and Settings

$conf['authtype'] = 'authchained'; #use authchained plugin
# list of authtypes, eg 'authldap:authplain'
$conf['plugin']['authchained']['authtypes'] = 'authpam:authplain';
# which of the authtypes should be checked for capabilities when no user is logged on.
$conf['plugin']['authchained']['usermanager_authtype'] = 'authplain';

Change Log

  • 2014-01-07Christian Marg 2014/01/07 10:33
    • Changed Dowload URL to my fork of the original git repository
    • Behaves more like previous ggauth chained class: Usermanager works eg. for authplain even when logged in via authldap. The “usermanager_authtype” setting is now used.
  • 2013-05-30
    • Settings moved into configuration manager! Please note the changed configuration options
  • 2013-05-29
    • Check for boolean value when retrieving userdata from authbackend. This avoids warnings in PHP log.
    • Initial release
plugin/authchained.1542820298.txt.gz · Last modified: 2018-11-21 18:11 by einhirn

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki