Mercurial > prosody-modules
comparison mod_authz_delegate/README.md @ 6407:6ebda1e5b4f3
mod_authz_delegate: Ruse parent host logic from mod_authz_internal
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 18 Feb 2026 16:34:37 +0100 |
| parents | f61564b522f7 |
| children |
comparison
equal
deleted
inserted
replaced
| 6406:cab284eaeb81 | 6407:6ebda1e5b4f3 |
|---|---|
| 20 | 20 |
| 21 Component "groups.domain.example" "muc" | 21 Component "groups.domain.example" "muc" |
| 22 authorization = "delegate" | 22 authorization = "delegate" |
| 23 authz_delegate_to = "domain.example" | 23 authz_delegate_to = "domain.example" |
| 24 ``` | 24 ``` |
| 25 | |
| 26 The setting `authz_delegate_to` defaults to the hostname with the | |
| 27 left-most subdomain removed, or the `parent_host` setting like | |
| 28 [mod_authz_internal][doc:modules:mod_authz_internal]. |
