Mercurial > prosody-hg
comparison plugins/mod_auth_cyrus.lua @ 8060:71bdfdf6565d
Merge 0.10->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 04 Apr 2017 01:41:09 +0200 |
| parents | 0ba461b7d9af |
| children |
comparison
equal
deleted
inserted
replaced
| 8051:b2681397bafa | 8060:71bdfdf6565d |
|---|---|
| 3 -- Copyright (C) 2008-2010 Waqas Hussain | 3 -- Copyright (C) 2008-2010 Waqas Hussain |
| 4 -- | 4 -- |
| 5 -- This project is MIT/X11 licensed. Please see the | 5 -- This project is MIT/X11 licensed. Please see the |
| 6 -- COPYING file in the source package for more information. | 6 -- COPYING file in the source package for more information. |
| 7 -- | 7 -- |
| 8 -- luacheck: ignore 212 | |
| 8 | 9 |
| 9 local log = require "util.logger".init("auth_cyrus"); | 10 local log = require "util.logger".init("auth_cyrus"); |
| 10 | 11 |
| 11 local usermanager_user_exists = require "core.usermanager".user_exists; | 12 local usermanager_user_exists = require "core.usermanager".user_exists; |
| 12 | 13 |
