Projects
Kolab:16:Enterprise
pykolab
0001-Call-the-correct-functions.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Call-the-correct-functions.patch of Package pykolab (Revision 11)
Currently displaying revision
11
,
Show latest
From 8e7ae3827770acf071eaea187f017d099d210e95 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> Date: Fri, 8 Jul 2016 13:16:55 +0200 Subject: [PATCH] Call the correct functions --- kolabd/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kolabd/__init__.py b/kolabd/__init__.py index 9629836..a5869d5 100644 --- a/kolabd/__init__.py +++ b/kolabd/__init__.py @@ -285,7 +285,7 @@ class KolabDaemon(object): for primary in primaries: naming_context = primary_auth.domain_naming_context(primary) - domain_root_dn = primary_auth.domain_root_dn(primary) + domain_root_dn = primary_auth._auth._kolab_domain_root_dn(primary) log.debug( _("Domain %r naming context: %r, root dn: %r") % ( primary, @@ -307,7 +307,6 @@ class KolabDaemon(object): # Find however many naming contexts we have, and what the # corresponding domain name is for them. - naming_contexts = list(set(naming_contexts.values())) primary_domains = [x for x,y in naming_contexts.iteritems() if domain_root_dns[x] == y] # Now we can check if any changes happened. -- 2.7.4
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.