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

2013-05-10 "Weatherwax"

plugin Chained auth plugin - This plugin is a rewrite of the prior chained auth module.

Last updated on
2013-05-29
Provides
Auth
Repository
Source
Conflicts with
authclientcert

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

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

Install as normal plugin. At the moment there are no known conflicts.

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

  • 2013-05-30
    • Settings moved into configuration manager! Please node the changed configuration options
  • 2013-05-29-1
    • Check for boolean value when retrieving userdata from authbackend. This avoids warnings in PHP log.
  • 2013-05-29
    • Initial release

Known Bugs and Issues

  • Missing setting fields in the configuration manager. Please see plugin devel documentation about configuration and settings details configuration.
  • Can you consider whether you can use a git repository, so you can publish you details via github.com. This makes it easier to look into the code. And for some people to contribute code..

ToDo/Wish List

*none*

FAQ

*none*

Discussion

*none*

plugin/authchained.1369910755.txt.gz · Last modified: 2013-05-30 12:45 by 160.45.67.3

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