User Tools

Site Tools


blog:dokuwiki_with_authldap_and_authplain_in_parallel

Dokuwiki with authldap and authplain in parallel

install authchained plugin, put below lines in /dokuwiki/conf/local.php

$conf['useacl'] = 1;
$conf['authtype'] = 'authchained';
$conf['plugin']['authchained']['authtypes'] = 'authad:authplain';

Ref: https://forum.dokuwiki.org/d/17041-authad-and-local-admin-user

Discussion

Enter your comment. Wiki syntax is allowed:
  _      __  __  __     __   ____  _      __
 | | /| / / / / / / __ / /  / __/ | | /| / /
 | |/ |/ / / /_/ / / // /  / _/   | |/ |/ / 
 |__/|__/  \____/  \___/  /___/   |__/|__/
 
blog/dokuwiki_with_authldap_and_authplain_in_parallel.txt · Last modified: 2023-09-15 08:26 by brb