diff options
author | alecpl <alec@alec.pl> | 2011-11-30 13:10:45 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-30 13:10:45 +0000 |
commit | 2d08ec91ca8fb429da389b3107f3982565e8ca3b (patch) | |
tree | e8130c146cb003571bde3cb98daa0a5ddfc7faa1 /CHANGELOG | |
parent | 5587b34cfa5d04fec8e009288cabd0ffdbf39413 (diff) |
- Add possibility to do LDAP bind before searching for bind DN.
In deployments where anonymous binds to and/or searches on an LDAP tree are not
allowed, and where the LDAP address book(s) have been configured to use the
user-specific bind credentials, rcube_ldap.php needs to bind using service
credentials in order to be able to find the user's bind dn.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Add possibility to do LDAP bind before searching for bind DN - Fix handling of empty <U> tags in HTML messages (#1488225) - Add content filter for embedded attachments to protect from XSS on IE (#1487895) - Use strpos() instead of strstr() when possible (#1488211) |