mod_auth_any/README.markdown
author Kim Alvefur <zash@zash.se>
Wed, 28 Jul 2021 16:06:03 +0200
changeset 4641 242251ce1036
parent 3672 c393be92a7d4
permissions -rw-r--r--
mod_smacks: Use 'smacks_max_inactive_unacked_stanzas' when inactive and no timer This separate limit should probably apply also when it somehow doesn't have a timer set.

---
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.