From a739dc09b1795581095cd1eacae89fc538f29388 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 9 Feb 2012 14:34:23 +0000 Subject: Changed authenticator to not show vmail users when listing all users, but still can log in --- authenticator-freeswitch-vmail.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authenticator-freeswitch-vmail.lua b/authenticator-freeswitch-vmail.lua index 34e5e24..74065d9 100644 --- a/authenticator-freeswitch-vmail.lua +++ b/authenticator-freeswitch-vmail.lua @@ -11,6 +11,7 @@ end read_field = function(self, tabl, field) result = a.read_field(self, tabl, field) +--[[ if tabl == authenticator.usertable and field == "" then -- authenticator is reading all users local vmcontroller = self:new("freeswitch-vmail/vmail") @@ -21,6 +22,7 @@ read_field = function(self, tabl, field) end vmcontroller:destroy() end +--]] return result end -- cgit v1.2.3