Skip to content
Snippets Groups Projects
Commit 77a657e0 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Changelog

parent e8829536
No related branches found
No related tags found
No related merge requests found
...@@ -52,13 +52,17 @@ Released TBD ...@@ -52,13 +52,17 @@ Released TBD
* Sort attribute values for consent. * Sort attribute values for consent.
* Fix table layout for MySQL > 5.6. * Fix table layout for MySQL > 5.6.
### consentAdmin
* Work better with TargetedIDs when operating as a proxy.
### core ### core
* StatisticsWithAttribute: add `passive-` prefix when logging passive * StatisticsWithAttribute: add `passive-` prefix when logging passive
requests, set new option `skipPassive` to skip logging these altogether. requests, set new option `skipPassive` to skip logging these altogether.
* Replace deprecated create_function with an anonymous function. * Replace deprecated `create_function` with an anonymous function.
* New authproc filter Cardinality to enforce attribute cardinality. * New authproc filter Cardinality to enforce attribute cardinality.
* SQLPermanentStorage: proper expiration of stored values. * SQLPermanentStorage: proper expiration of stored values.
* AttributeLimit: new options `regex` and `ignoreCase`. * AttributeLimit: new options `regex` and `ignoreCase`.
* AttributeMap: prevent possible infinite loop with some PHP versions.
### ldap ### ldap
* AttributeAddUsersGroups: if attribute.groupname is set, use the * AttributeAddUsersGroups: if attribute.groupname is set, use the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment