Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117999090
D467.1775543643.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
430 B
Referenced Files
None
Subscribers
None
D467.1775543643.diff
View Options
diff --git a/pykolab/auth/ldap/__init__.py b/pykolab/auth/ldap/__init__.py
--- a/pykolab/auth/ldap/__init__.py
+++ b/pykolab/auth/ldap/__init__.py
@@ -246,6 +246,9 @@
level=8
)
+ # Remove referrals
+ _result_data = [_e for _e in _result_data if _e[0] is not None]
+
if len(_result_data) == 1:
(entry_dn, entry_attrs) = _result_data[0]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 7, 6:34 AM (7 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18828313
Default Alt Text
D467.1775543643.diff (430 B)
Attached To
Mode
D467: LDAP remove referrals for correct handling in Samba 4
Attached
Detach File
Event Timeline