Univention Bugzilla – Attachment 7649 Details for
Bug 41246
extend ad connector mapping for syncing mailAlternativeAddress attributes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug_41246.patch
bug_41246.patch (text/plain), 1003 bytes, created by
Stefan Gohmann
on 2016-05-10 21:19:21 CEST
(
hide
)
Description:
bug_41246.patch
Filename:
MIME Type:
Creator:
Stefan Gohmann
Created:
2016-05-10 21:19:21 CEST
Size:
1003 bytes
patch
obsolete
>--- /usr/lib/pymodules/python2.7/univention/connector/ad/__init__.py.orig 2016-02-19 00:59:32.752000000 +0100 >+++ /usr/lib/pymodules/python2.7/univention/connector/ad/__init__.py 2016-02-19 01:01:04.728000000 +0100 >@@ -2375,7 +2375,7 @@ > if not ad_object.has_key(attr): > if value: > if attribute.ucs_value_map_function: >- value = attribute.ucs_value_map_function(value, ad_object[attr]) >+ value = attribute.ucs_value_map_function(value, ad_object.get(attr)) > modlist.append((ldap.MOD_ADD, attr, value)) > else: > if attribute.compare_function: >@@ -2400,7 +2400,7 @@ > if not ad_object.has_key(attr): > if value: > if post_attribute.ucs_value_map_function: >- value = post_attribute.ucs_value_map_function(value, ad_object[attr]) >+ value = post_attribute.ucs_value_map_function(value, ad_object.get(attr)) > modlist.append((ldap.MOD_ADD, attr, value)) > else: > if post_attribute.compare_function:
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 41246
: 7649