From 9cabf3bb01be500ae051dad423f98cc327b48626 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Wed, 16 May 2012 11:49:06 +0100 Subject: Comment out obtaining a setting that does not exist and we're currently not using (#778) --- pykolab/auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pykolab/auth/__init__.py') diff --git a/pykolab/auth/__init__.py b/pykolab/auth/__init__.py index 6eaee64..44f87ba 100644 --- a/pykolab/auth/__init__.py +++ b/pykolab/auth/__init__.py @@ -59,7 +59,7 @@ class Auth(pykolab.base.Base): # The realm has not been specified. See if we know whether or not # to use virtual_domains, as this may be a cause for the realm not # having been specified seperately. - use_virtual_domains = conf.get('imap', 'virtual_domains') + #use_virtual_domains = conf.get('imap', 'virtual_domains') # TODO: Insert debug statements #if use_virtual_domains == "userid": -- cgit v1.1