Univention Bugzilla – Attachment 6938 Details for
Bug 38645
AttributeError: 'NoneType' object has no attribute 'endswith'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
connector.patch
connector.patch (text/plain), 1001 bytes, created by
Stefan Gohmann
on 2015-06-03 11:01:32 CEST
(
hide
)
Description:
connector.patch
Filename:
MIME Type:
Creator:
Stefan Gohmann
Created:
2015-06-03 11:01:32 CEST
Size:
1001 bytes
patch
obsolete
>root@master:/usr/share/pyshared/univention/s4connector# diff -Nur __init__.py_BACKUP_UNIVENTION_SUPPORT_20150603_1049 __init__.py >--- __init__.py_BACKUP_UNIVENTION_SUPPORT_20150603_1049 2015-06-03 10:49:50.833017252 +0200 >+++ __init__.py 2015-06-03 10:53:41.257025674 +0200 >@@ -1699,8 +1699,9 @@ > ud.debug(ud.LDAP, ud.INFO,"base %s" % self.lo_s4.base) > > if (object_type == 'ucs' and self._get_dn_by_ucs(object[dntype]) != ''): >- object[dntype] = self._get_dn_by_ucs(object[dntype]) >- object[dntype] = self.dn_mapped_to_base(object[dntype], self.lo_s4.base) >+ t_dn = object[dntype] >+ object[dntype] = self._get_dn_by_ucs(t_dn) >+ object[dntype] = self.dn_mapped_to_base(t_dn, self.lo_s4.base) > dn_mapping_stored.append(dntype) > if (object_type != 'ucs' and self._get_dn_by_con(object[dntype]) != ''): > object[dntype] = self._get_dn_by_con(object[dntype]) >root@master:/usr/share/pyshared/univention/s4connector# >
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 38645
: 6938 |
6965