Mercurial > prosody-hg
comparison plugins/mod_auth_cyrus.lua @ 3271:1b6c2984c1f4
mod_auth_cyrus: Log as "auth_cyrus", not as "usermanager".
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Tue, 15 Jun 2010 09:16:03 +0500 |
| parents | 8ad50989d79e |
| children | c06b3f7c92b1 |
comparison
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 |
