Projects
Kolab:16:TestingLinked
pykolab
0001-Fix-resolving-referrals.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-resolving-referrals.patch of Package pykolab (Revision 41)
Currently displaying revision
41
,
Show latest
From 814ffc770e3a696606b6ee1c58b4099d1a80071f Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> Date: Thu, 13 Jun 2019 13:08:40 +0200 Subject: [PATCH] Fix resolving referrals --- pykolab/auth/ldap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykolab/auth/ldap/__init__.py b/pykolab/auth/ldap/__init__.py index 3a30621..466f425 100644 --- a/pykolab/auth/ldap/__init__.py +++ b/pykolab/auth/ldap/__init__.py @@ -846,7 +846,7 @@ class LDAP(pykolab.base.Base): ) # Remove referrals - _entry_dns = [_e for _e in _results if _e[0] is not None] + _entry_dns = [_e[0] for _e in _results if _e[0] is not None] return _entry_dns -- 2.20.1
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
.