Univention Bugzilla – Attachment 7323 Details for
Bug 40120
Diff of attribute values is not order independent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
40120.patch (text/plain), 854 bytes, created by
Florian Best
on 2015-11-27 15:35:44 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2015-11-27 15:35:44 CET
Size:
854 bytes
patch
obsolete
>diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py >index 4d76507..751afdb 100644 >--- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py >+++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py >@@ -955,6 +955,9 @@ def _modify(self, modify_childs=1, ignore_license=0): > > ml = self.call_udm_property_hook('hook_ldap_modlist', self, ml) > >+ if any(True for x, y, z in ml if x == 'objectClass' and set(y) == set(z)): >+ ml = [c for c in ml if c[0] != 'objectClass'] >+ > #FIXME: timeout without exception if objectClass of Object is not exsistant !! > self.lo.modify(self.dn, ml, ignore_license=ignore_license) >
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 40120
: 7323 |
7407