DokuWiki

It's better when it's simple

User Tools

Site Tools


auth

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
auth [2015-05-17 10:24] – removed 14.48.140.217auth [2023-09-20 21:49] (current) – [Authentication related Tips] see documentation of Auth Plugins instead Klap-in
Line 1: Line 1:
 +======= Authentication Plugins =======
 +
 +After you have enabled [[:ACL]] in the config file you need to decide how you like to store user data. DokuWiki supports various methods and creating a new one is pretty easy. [[:DokuWiki]] uses so–called authentication plugins that provide certain methods to store user data and passwords. The user won't even see this plugin but you as an administrator have to set up your desired authentication plugin and configure it properly. The [[plugin:authplain|plain authentication plugin]] is DokuWikis default simple version.
 +
 +  * Look for available [[plugintype>128#extension__table|Auth Plugins]] in the plugin repository.
 +
 +The plugins can be installed using the [[plugin:Extension|Extension Manager]]. If the available plugins do not fulfill the requirements, you can create your own auth plugin. For details see [[devel:Auth Plugins|How to write an Authentication Plugin?]] 
 +
 +
 +===== Authentication related plugins =====
 +
 +  * [[plugin:authchained|Chained Authentication]] -- Use a sequence of authentication backends (e.g. LDAP then plain )
 +  * [[plugin:virtualgroup]] -- allows to assign groups to a user independently from the backend.
 +Some suggestions grouped by tags in the plugin repository:
 +  * Plugins with [[plugintag>acl#extension__table|acl]]-tag
 +  * Plugins with [[plugintag>groups#extension__table|groups]]-tag
 +  * Plugins with [[plugintag>users#extension__table|users]]-tag
 +
 +===== Authentication related Tips =====
 +
 +Some relevant tips related to authentication backends
 +
 +  * [[tips:change_user_name_after_authentication|Change user name after authentication]] -- Suggestion how to change the username after authentication (e.g. you want to allow login via a unique id that could change sometime (e.g. email address), but use another unmodifiable unique id as permanent identifier in Dokuwiki)
  
auth.1431851045.txt.gz · Last modified: 2015-05-17 10:24 by 14.48.140.217

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