mod_sasl2_fast/mod_sasl2_fast.lua
changeset 5099 745c7f4cca40
parent 5088 dda2af7ed02f
child 5141 471cbb583a1d
--- a/mod_sasl2_fast/mod_sasl2_fast.lua	Mon Nov 28 19:12:34 2022 +0100
+++ b/mod_sasl2_fast/mod_sasl2_fast.lua	Mon Nov 28 19:12:37 2022 +0100
@@ -6,6 +6,8 @@
 local now = require "util.time".now;
 local hash = require "util.hashes";
 
+module:depends("sasl2");
+
 -- Tokens expire after 21 days by default
 local fast_token_ttl = module:get_option_number("sasl2_fast_token_ttl", 86400*21);
 -- Tokens are automatically rotated daily