Univention Bugzilla – Attachment 7622 Details for
Bug 41028
Reject while syncing moved group members in write mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug41028.patch
bug41028.patch (text/plain), 626 bytes, created by
Stefan Gohmann
on 2016-04-26 15:29:09 CEST
(
hide
)
Description:
bug41028.patch
Filename:
MIME Type:
Creator:
Stefan Gohmann
Created:
2016-04-26 15:29:09 CEST
Size:
626 bytes
patch
obsolete
>Index: connector/ad/__init__.py >=================================================================== >--- connector/ad/__init__.py (Revision 68912) >+++ connector/ad/__init__.py (Revision 68913) >@@ -1499,7 +1499,7 @@ > # map members from UCS to AD and check if they exist > for member_dn in ucs_members: > ad_dn = self.group_mapping_cache_ucs.get(member_dn.lower()) >- if ad_dn: >+ if ad_dn and self.lo_ad.get(ad_dn,attr=['cn']): > ud.debug(ud.LDAP, ud.INFO, "Found %s in group cache ucs" % member_dn) > ad_members_from_ucs.append(ad_dn.lower()) > self.__group_cache_ucs_append_member(object_ucs['dn'], 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 41028
: 7622 |
7628