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 attachmentsldap_search.patch 2.78 kb, file has never been downloaded.
You don't have the permssions to download the attachments of this post.