Univention Bugzilla – Attachment 8755 Details for
Bug 44291
Rejects for non-ascii accounts are not handled properly due to sqlite encoding problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
save_reject_for_nonascii_dn.patch
save_reject_for_nonascii_dn.patch (text/plain), 641 bytes, created by
Arvid Requate
on 2017-04-04 19:28:47 CEST
(
hide
)
Description:
save_reject_for_nonascii_dn.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2017-04-04 19:28:47 CEST
Size:
641 bytes
patch
obsolete
>Index: modules/univention/s4connector/__init__.py >=================================================================== >--- modules/univention/s4connector/__init__.py (Revision 78658) >+++ modules/univention/s4connector/__init__.py (Arbeitskopie) >@@ -570,8 +570,7 @@ > > def _save_rejected_ucs(self, filename, dn): > _d = ud.function('ldap._save_rejected_ucs') >- modstring_dn = univention.s4connector.s4.compatible_modstring(dn) >- self._set_config_option('UCS rejected', filename, modstring_dn) >+ self._set_config_option('UCS rejected', filename, dn) > > def _get_rejected_ucs(self, filename): > _d = ud.function('ldap._get_rejected_ucs')
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 44291
: 8755