Univention Bugzilla – Attachment 10615 Details for
Bug 52761
Regression in S4-Connector due to mistake in code cleanup for Bug #46971
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug52761.patch
Bug52761.patch (text/plain), 828 bytes, created by
Arvid Requate
on 2021-02-08 21:06:09 CET
(
hide
)
Description:
Bug52761.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2021-02-08 21:06:09 CET
Size:
828 bytes
patch
obsolete
>diff --git a/services/univention-s4-connector/modules/univention/s4connector/s4/__init__.py b/services/univention-s4-connector/modules/univention/s4connector/s4/__init__.py >index fe16a00465..56ab7330ad 100644 >--- a/services/univention-s4-connector/modules/univention/s4connector/s4/__init__.py >+++ b/services/univention-s4-connector/modules/univention/s4connector/s4/__init__.py >@@ -1333,7 +1333,7 @@ class s4(univention.s4connector.ucs): > ud.debug(ud.LDAP, ud.INFO, "group_members_sync_from_ucs: UCS-members in s4_members_from_ucs %s" % s4_members_from_ucs) > > # check if members in S4 don't exist in UCS, if true they need to be added in S4 >- for member_dn in s4_members_from_ucs: >+ for member_dn in s4_members: > if not member_dn.lower() in s4_members_from_ucs: > try: > ad_object = self.get_object(member_dn)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52761
: 10615