Icinga/icingaweb2

LdapConnection.php - Undefined array key LDAP_CONTROL_PAGEDRESULTS

lydon42 opened this issue · 1 comments

There is a Undefined array key "1.2.840.113556.1.4.319" (LdapConnection.php:1007) if the LDAP result does not have the paging key. This happened while using LDAP Proxy (with icingaweb2:2.12.1).

Possible solution: add ?? null at the end. This fixed the problem for me.

Aye, a comment above clearly marks this as optional. The remaining code should account for that.