mentioned dokuwiki authchained plugin
This commit is contained in:
parent
5c5b87d5af
commit
22074f56d2
@ -24,3 +24,11 @@ All you need to do is to activate the plugin. This can be done on the DokuWiki E
|
|||||||
Once the LDAP settings are defined, proceed to define the default authentication method.
|
Once the LDAP settings are defined, proceed to define the default authentication method.
|
||||||
Navigate to Table of Contents > DokuWiki > Authentication.
|
Navigate to Table of Contents > DokuWiki > Authentication.
|
||||||
On the Authentication backend, select ```authldap``` and save the changes.
|
On the Authentication backend, select ```authldap``` and save the changes.
|
||||||
|
|
||||||
|
## Internal (or other authentication) fallback
|
||||||
|
If you dont want to use LDAP authentication exclusively, you can install the [authchained plugin](https://www.dokuwiki.org/plugin:authchained). It tries multiple auth backends when a user logs in.
|
||||||
|
|
||||||
|
```
|
||||||
|
$conf['authtype'] = 'authchained';
|
||||||
|
$conf['plugin']['authchained']['authtypes'] = 'authldap:authplain';
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user