plugins/mod_auth_cyrus.lua

changeset 3271
1b6c2984c1f4
parent 3196
8ad50989d79e
child 3291
c06b3f7c92b1
equal deleted inserted replaced
3270:4710fd513f94 3271:1b6c2984c1f4
5 -- 5 --
6 -- This project is MIT/X11 licensed. Please see the 6 -- This project is MIT/X11 licensed. Please see the
7 -- COPYING file in the source package for more information. 7 -- COPYING file in the source package for more information.
8 -- 8 --
9 9
10 local log = require "util.logger".init("usermanager"); 10 local log = require "util.logger".init("auth_cyrus");
11 local type = type; 11 local type = type;
12 local ipairs = ipairs; 12 local ipairs = ipairs;
13 local jid_bare = require "util.jid".bare; 13 local jid_bare = require "util.jid".bare;
14 local config = require "core.configmanager"; 14 local config = require "core.configmanager";
15 15

mercurial