Age | Commit message (Collapse) | Author |
|
Conflicts:
CHANGELOG
|
|
|
|
|
|
- Support for serialized LDAP address values (usually delimited with a $)
Conflicts:
config/main.inc.php.dist
|
|
validating input data with autofix
|
|
|
|
|
|
rcube_ldap::delete_all())
- Fix removing sub-entries in delete()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
It was requested as performance improvement, but I wasn't able to confirm this. However it doesn't break anything.
|
|
|
|
|
|
|
|
|
|
|
|
#1487907)
|
|
|
|
|
|
remove undefined fields from template
|
|
|
|
|
|
|
|
querying VLV enabled directories
|
|
- Better handling of situation when search for bind DN doesn't return data
|
|
|
|
|
|
|
|
|
|
groups of various types; cache the results
|
|
|
|
|
|
groupOfUrls; cache groups listing for better performance
|
|
'searchonly' address book
|
|
|
|
|
|
|
|
|