diff --git a/README.md b/README.md index 628ebd6..1797ae2 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ folder for help with: - [Authelia](example_configs/authelia_config.yml) - [Bookstack](example_configs/bookstack.env.example) - [Calibre-Web](example_configs/calibre_web.md) + - [Dokuwiki](example_configs/dokuwiki.md) - [Dolibarr](example_configs/dolibarr.md) - [Emby](example_configs/emby.md) - [Gitea](example_configs/gitea.md) diff --git a/example_configs/dokuwiki.md b/example_configs/dokuwiki.md new file mode 100644 index 0000000..1f54547 --- /dev/null +++ b/example_configs/dokuwiki.md @@ -0,0 +1,25 @@ +# Configuration for dokuwiki + +LDAP configuration is in ```/dokuwiki/conf/local.protected.php```: + +``` + DokuWiki > Authentication. +On the Authentication backend, select ```authldap``` and save the changes.