util.sasl_cyrus: Removed method:forbidden().
authorWaqas Hussain <waqas20@gmail.com>
Mon, 2 Aug 2010 13:46:13 +0000 (18:46 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Mon, 2 Aug 2010 13:46:13 +0000 (18:46 +0500)
util/sasl_cyrus.lua

index f5bfcbe9f4ea749a387d9df660e95c0dd0eeee26..834dbf5c1f6c454963580a95f02f6ef28bb1338c 100644 (file)
@@ -116,17 +116,11 @@ function new(realm, service_name, app_name)
        return s;
 end
 
--- get a fresh clone with the same realm, profiles and forbidden mechanisms
+-- get a fresh clone with the same realm and service name
 function method:clean_clone()
        return new(self.realm, self.service_name)
 end
 
--- set the forbidden mechanisms
-function method:forbidden( restrict )
-       log("warn", "Called method:forbidden. NOT IMPLEMENTED.")
-       return {}
-end
-
 -- get a list of possible SASL mechanims to use
 function method:mechanisms()
        local mechanisms = self.mechs;