Univention Bugzilla – Attachment 5884 Details for
Bug 31172
sync from ucs: 'otherTelephone': no such attribute for delete
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
con_other_attribute_DEL.patch
con_other_attribute_DEL.patch (text/plain), 600 bytes, created by
Arvid Requate
on 2014-04-24 15:17:29 CEST
(
hide
)
Description:
con_other_attribute_DEL.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2014-04-24 15:17:29 CEST
Size:
600 bytes
patch
obsolete
>--- /usr/share/pyshared/univention/s4connector/s4/__init__.py.orig 2014-04-15 22:36:10.176000000 +0200 >+++ /usr/share/pyshared/univention/s4connector/s4/__init__.py 2014-04-15 22:42:52.004000000 +0200 >@@ -2314,7 +2314,8 @@ > if value: > modlist.append((ldap.MOD_REPLACE, attr, value)) > else: >- modlist.append((ldap.MOD_DELETE, attr, None)) >+ if s4_object.has_key(attr): >+ modlist.append((ldap.MOD_DELETE, attr, None)) > > ud.debug(ud.LDAP, ud.INFO, "to add: %s" % object['dn']) > ud.debug(ud.LDAP, ud.ALL, "sync_from_ucs: addlist: %s" % addlist)
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 31172
: 5884