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

Eliminate LDAP related warning #190

Open
CodeShakingSheep opened this issue Nov 12, 2023 · 2 comments
Open

Eliminate LDAP related warning #190

CodeShakingSheep opened this issue Nov 12, 2023 · 2 comments

Comments

@CodeShakingSheep
Copy link
Member

Describe the bug

Every day I have this entry in var/www/roundcube/logs/errors.log.

[10-Nov-2023 21:58:15 UTC] PHP Warning:  ldap_search(): Search: No such object in /var/www/roundcube/vendor/kolab/net_ldap3/lib/Net/LDAP3.php on line 2141

I had version 1.1 of this plugin https://packagist.org/packages/kolab/net_ldap3 when I installed roundcube. With composer I updated it to the current version 1.1.5 . The warning stays the same, only the line changed.

[12-Nov-2023 11:35:58 UTC] PHP Warning:  ldap_search(): Search: No such object in /var/www/roundcube/vendor/kolab/net_ldap3/lib/Net/LDAP3.php on line 2168

Context

  • Hardware: VPS bought online
  • I have access to my server: Through SSH | through the webadmin |
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no

Steps to reproduce

Just install the app and check errors.log.

Expected behavior

Warning shouldn't be present in logs.

Logs

[10-Nov-2023 21:58:15 UTC] PHP Warning:  ldap_search(): Search: No such object in /var/www/roundcube/vendor/kolab/net_ldap3/lib/Net/LDAP3.php on line 2141
@nicofrand
Copy link

I have this issue too, and thought I only had it because I modified the app to not use LDAP and missed something…

@nicofrand
Copy link

There are a lot of fixes since 1.6.0: (1.6.1 to 1.6.5) with several LDAP related issues. I'll try upgrading the app and we'll see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants