Univention Bugzilla – Attachment 6009 Details for
Bug 32263
sync ucs to s4 should skipp creation of objects missing in UDM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug32263_qa1.patch
bug32263_qa1.patch (text/plain), 724 bytes, created by
Arvid Requate
on 2014-07-21 14:35:03 CEST
(
hide
)
Description:
bug32263_qa1.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2014-07-21 14:35:03 CEST
Size:
724 bytes
patch
obsolete
>Index: modules/univention/s4connector/s4/__init__.py >=================================================================== >--- modules/univention/s4connector/s4/__init__.py (Revision 51983) >+++ modules/univention/s4connector/s4/__init__.py (Arbeitskopie) >@@ -2525,8 +2525,8 @@ > ud.debug(ud.LDAP, ud.ALL,"delete_in_s4: %s" % object) > try: > objectGUID = self._get_objectGUID(object['dn']) >+ self.lo_s4.lo.delete_s(compatible_modstring(object['dn'])) > self.update_deleted_cache_after_removal(object.get('attributes').get('entryUUID')[0], objectGUID) >- self.lo_s4.lo.delete_s(compatible_modstring(object['dn'])) > except ldap.NO_SUCH_OBJECT: > pass # object already deleted > except ldap.NOT_ALLOWED_ON_NONLEAF:
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 32263
:
5378
|
5379
|
5380
|
5991
| 6009 |
6014