Inhaltsverzeichnis

Authentication Backends

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 backends that provide certain methods to store user data and passwords. The user won't even see this backend but you as an administrator have to set up your desired authentication backend and configure it properly.

If the available backends does not fulfill the requirements, you can create your own backend. For details see How to write an Authentication Backend?

Backends

These are the backends you get with DokuWiki:

Contributed Backends

These Backends aren't part of the distribution, but might be useful:

How to implement a new auth backend is described in the HOWTO.

Some relevant tips related to authentication backends