DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authchained

Chained Auth Plugin

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

Last updated on
2020-08-10
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 the former “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

plugin/authchained.txt · Last modified: 2023-09-20 21:42 by Klap-in

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