icingaweb2/library/Icinga
Eric Lippmann fce2858beb LDAP: Add option to disable server side sorting
We automatically detect whether the server supports server side sorting
and sort manually if that is not the case. But there are LDAP servers
which report that they support this feature in general but have it
disabled for certain fields.

If we send the server side control for any field that has server side
sort disabled, the LDAP server will abort the query.

With the new configuration option it is possible to disable server side
sorting and it has precedence over our automatic detection.
Since this is a very special LDAP server configuration, there is no GUI
option for this.
2020-05-25 11:08:13 +02:00
..
Application ApplicationBootstrap: Use L10n locales in `getLocaleDir()` if available 2020-05-11 17:05:23 +02:00
Authentication Introduce Auth::setUser() 2020-03-02 14:15:53 +01:00
Chart Add appropriate aria labels to donut graphs 2020-04-09 08:36:29 +02:00
Cli Optimize imports 2019-07-12 14:23:41 +02:00
Data FilterExpression: Pass used delimiter to `preg_quote` 2020-03-02 08:39:46 +01:00
Date Add $requireTime to timeAgo() and timeSince() too 2019-07-15 10:11:52 +02:00
Exception IcingaException::getConfidentialTraceAsString(): respect functions which don't take args "by definition" 2018-02-13 12:46:06 +01:00
File Merge pull request #4049 from Icinga/fix/pdfexport-hooks-may-cause-bad-loading-times 2020-01-16 09:02:31 +01:00
Legacy dashboard: Use the non-translated versions of pane and dashlet names for storage 2019-07-18 08:33:35 +02:00
Protocol LDAP: Add option to disable server side sorting 2020-05-25 11:08:13 +02:00
Repository swag: Fix violations of PSR-12 2019-12-04 11:28:08 +01:00
Security Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
Test BaseTestCase: Read db host and port from env vars if available 2020-01-21 14:13:15 +01:00
User Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Util swag: Fix violations of PSR-12 2019-12-04 11:28:08 +01:00
Web Dashlet: Use `showCompact` instead of `view=compact` 2020-05-19 16:46:58 +02:00
User.php User: Don't return true if any permission is granted and `*` is required 2019-12-05 08:44:33 +01:00