Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LdapConnection.php - Undefined array key LDAP_CONTROL_PAGEDRESULTS #5202

Open
lydon42 opened this issue Mar 26, 2024 · 1 comment · May be fixed by #5206
Open

LdapConnection.php - Undefined array key LDAP_CONTROL_PAGEDRESULTS #5202

lydon42 opened this issue Mar 26, 2024 · 1 comment · May be fixed by #5206
Assignees
Labels
bug Something isn't working
Milestone

Comments

@lydon42
Copy link

lydon42 commented Mar 26, 2024

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.

@nilmerg
Copy link
Member

nilmerg commented Mar 27, 2024

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

@nilmerg nilmerg added the bug Something isn't working label Mar 27, 2024
@nilmerg nilmerg added this to the 2.12.2 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants