DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authchained

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:authchained [2015-12-07 23:12] einhirnplugin:authchained [2023-09-20 21:42] (current) – documentation of the old auth backends is removed Klap-in
Line 1: Line 1:
-====== Chained Auth Plugin - Use multiple authentication plugins ======+====== Chained Auth Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: Chained auth plugin - This plugin is a rewrite of the prior chained auth module. +description: Chained auth plugin 
-author     :  Philipp Neuser, Christian Marg +author     : Philipp Neuser, Christian Marg, Pawel Jasinski 
-email      :  pneuser@physik.fu-berlin.de, marg@rz.tu-clausthal.de +email      : pneuser@physik.fu-berlin.de, marg@rz.tu-clausthal.de 
-type       : chained auth plugin +type       : auth 
-lastupdate : 2014-01-07 +lastupdate : 2020-08-10 
-compatible : +WeatherwaxBinky+compatible : Detritus2016-06-26, 2017-02-19, Greebo+
 tags       : authentication, chained tags       : authentication, chained
  
-downloadurl: https://github.com/rztuc/dokuwiki-plugin-authchained/archive/master.zip+downloadurl: https://github.com/rztuc/dokuwiki-plugin-authchained/zipball/master
 bugtracker : https://github.com/rztuc/dokuwiki-plugin-authchained/issues  bugtracker : https://github.com/rztuc/dokuwiki-plugin-authchained/issues 
 sourcerepo : https://github.com/rztuc/dokuwiki-plugin-authchained sourcerepo : https://github.com/rztuc/dokuwiki-plugin-authchained
 donationurl:  donationurl: 
- 
 ---- ----
  
 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. 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 [[tips:chainedauth|Chained Auth Backend]].+Based on the former "Chained Auth Backend".
  
 ===== Installation ===== ===== Installation =====
  
-Install as normal plugin. At the moment there are no known conflicts.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ===== Configuration and Settings ===== ===== Configuration and Settings =====
  
 <code php> <code php>
-$conf['authtype'      = 'authchained'; #use authchained plugin+$conf['authtype'] = 'authchained'; #use authchained plugin
 # list of authtypes, eg 'authldap:authplain' # list of authtypes, eg 'authldap:authplain'
-$conf['plugin']['authchained']['authtypes'] = 'authpam:authplain'; +$conf['plugin']['authchained']['authtypes'] = 'authpam:authplain';
 # which of the authtypes should be checked for capabilities when no user is logged on. # which of the authtypes should be checked for capabilities when no user is logged on.
-$conf['plugin']['authchained']['usermanager_authtype'] = 'authplain'; +$conf['plugin']['authchained']['usermanager_authtype'] = 'authplain';
 </code> </code>
  
 +===== Change Log =====
  
 +{{rss>https://github.com/rztuc/dokuwiki-plugin-authchained/commits/master.atom 5 date}}
  
-===== Change Log ===== 
-{{rss>https://github.com/rztuc/dokuwiki-plugin-authchained/commits/master.atom  5 date 1h }} 
- 
-  * **2014-01-07** --- [[user>einhirn|Christian 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-1** 
-    * Check for boolean value when retrieving userdata from authbackend. This avoids warnings in PHP log. 
-  * **2013-05-29** 
-    * Initial release 
  
plugin/authchained.1449526376.txt.gz · Last modified: 2015-12-07 23:12 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