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 [2013-05-30 12:47] 160.45.67.3plugin: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 +author     : Philipp Neuser, Christian Marg, Pawel Jasinski 
-email      :  pneuser@physik.fu-berlin.de +email      : pneuser@physik.fu-berlin.de, marg@rz.tu-clausthal.de 
-type       : auth plugin +type       : auth 
-lastupdate : 2013-05-29 +lastupdate : 2020-08-10 
-compatible : 2013-05-10 "Weatherwax"+compatible : Detritus, 2016-06-26, 2017-02-19, Greebo+
 tags       : authentication, chained tags       : authentication, chained
  
-downloadurl: http://userpage.physik.fu-berlin.de/~pneuser/authchained.zip +downloadurl: https://github.com/rztuc/dokuwiki-plugin-authchained/zipball/master 
-bugtracker : https://github.com/nix-pepe/authchained/issues  +bugtracker : https://github.com/rztuc/dokuwiki-plugin-authchained/issues  
-sourcerepo : https://github.com/nix-pepe/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 ===== ===== 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 [[devel:common_plugin_functions#configuration]] and settings details [[devel: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*+{{rss>https://github.com/rztuc/dokuwiki-plugin-authchained/commits/master.atom 5 date}}
  
-===== Discussion ===== 
  
-*none* 
plugin/authchained.1369910822.txt.gz · Last modified: 2013-05-30 12:47 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