mod_auth_any/README.markdown
author Kim Alvefur <zash@zash.se>
Sun, 28 Nov 2021 20:07:15 +0100
changeset 4801 1539ae696613
parent 3672 c393be92a7d4
permissions -rw-r--r--
mod_bind2: Silence [luacheck] warning

---
labels:
- 'Stage-Merged'
- 'Type-Auth'
summary: Authentication module that accepts any username and password
...

Introduction
============

This module accepts any username and password, which can be useful for
testing.

Configuration
=============

    authentication = "any"

Compatibility
=============

Should work with 0.8 and above.