1

Topic: Search in iRedAdmin-Pro doesn't work with international symbols

==== Provide required information ====
- iRedMail version and backend (LDAP/MySQL/PGSQL): iRedAdmin-Pro-LDAP 1.7.2
- Linux/BSD distribution name and version: demo-mx.iredmail.org
- Any related log? Log is helpful for troubleshooting.
====

Search in iRedAdmin-Pro doesn't work with international symbols (such as russian).

Post's attachments

Screenshot3.png
Screenshot3.png 23.31 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Search in iRedAdmin-Pro doesn't work with international symbols

Bug in iRedAdmin-Pro-LDAP. Will try to solve it in next release. Thanks for your feedback. smile

3

Re: Search in iRedAdmin-Pro doesn't work with international symbols

Dear vsolomatin,

Attachment is the patch for iRedAdmin-Pro-LDAP-1.7.2 to fix this issue. Tested and works on my local server, please let me know whether it works for you or not.

vsolomatin wrote:

- Linux/BSD distribution name and version: demo-mx.iredmail.org

Demo server was patched, you can verify it again.

Steps to apply this patch on your server:

1: Download attached patch, upload it to your server which has iRedAdmin-Pro-LDAP-1.7.2 running. Assume uploaded file is /root/ldap_search.patch.

2: Change working directory to the root directory of iRedAdmin-Pro-LDAP-1.7.2. For example:

# cd /var/www/iRedAdmin-Pro-LDAP-1.7.2/

3: Verify the patch with command 'patch --dry-run -p1':

# patch --dry-run -p1 < /root/ldap_search.patch
patching file libs/ldaplib/connUtils.py

4: If you see the same output message, it's safe to apply it without '--dry-run':

# patch -p1 < /root/ldap_search.patch
patching file libs/ldaplib/connUtils.py

5: Restart Apache web server.

That's all.

Post's attachments

ldap_search.patch 2.78 kb, 2 downloads since 2012-06-11 

You don't have the permssions to download the attachments of this post.