File

plugins/mod_windows.lua @ 12641:e9865b0cfb89

mod_saslauth: Rename field from 'scope'->'role' The 'scope' term derives from OAuth, and represents a bundle of permissions. We're now setting on the term 'role' for a bundle of permissions. This change does not affect any public modules I'm aware of.
author Matthew Wild <mwild1@gmail.com>
date Wed, 15 Jun 2022 11:47:39 +0100
parent 6003:28a90f5fea46
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here