[Tickets #15178] Parameter $entry needs to be a ldap entry resource

noreply at bugs.horde.org noreply at bugs.horde.org
Wed Mar 5 10:15:00 UTC 2025


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: https://bugs.horde.org/ticket/15178
------------------------------------------------------------------------------
  Ticket           | 15178
  Erstellt Von     | helms at bugs.uni-bremen.de
  Zusammenfassung  | Parameter $entry needs to be a ldap entry resource
  Warteschlange    | Horde Framework Packages
  Typ              | Bug
  Status           | Unconfirmed
  Priorität        | 2. Medium
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


helms at bugs.uni-bremen.de (2025-03-05 10:15) hat geschrieben:

Moin!

It's a fresh composer Installation with a ldap authentication.

There is a error message:

HORDE[570]: [horde] Unable to create connected entry: Parameter $entry  
needs to be a ldap entry resource! [pid 570 on line 186 of  
"/var/www/bundle/vendor/horde/ldap/lib/Horde/Ldap/Entry.php"]

We need the horde/ldap because the users share there calenders with  
other users.

Some details: Debian, Apache, php8.2-apcu, php8.2-bcmath, php8.2-bz2,  
php8.2-cli, php8.2-common, php8.2-curl, php8.2-gd, php8.2-igbinary,  
php8.2-imagick, php8.2-imap, php8.2-intl, php8.2-ldap,  
php8.2-mbstring, php8.2-mcrypt, php8.2-memcache, php8.2-memcached,  
php8.2-msgpack, php8.2-mysql, php8.2-opcache, php8.2-readline,  
php8.2-redis, php8.2-soap, php8.2-ssh2, php8.2-tidy, php8.2-xml,  
php8.2-xmlrpc


$ cat composer.json
{
     "name": "horde/bundle",
     "description": "A base project for a horde installation",
     "type": "project",
     "require": {
         "composer-plugin-api": "^2.0",
         "horde/horde-installer-plugin": "^2.5.1 || dev-FRAMEWORK_6_0  
|| dev-master",
         "horde/horde": "^6 || dev-FRAMEWORK_6_0",
         "horde/routes": "^3 || dev-FRAMEWORK_6_0",
         "horde/hordectl": "^1 || dev-FRAMEWORK_6_0 || dev-master",
         "pear/console_color2": "^0.1.2",
         "pear/console_table": "^1.3",
         "horde/ldap": "^3.0 at alpha",
         "horde/memcache": "^3.0 at alpha",
         "horde/base": "*",
         "horde/imp": "^7.0 at alpha",
         "horde/ingo": "^4.0 at alpha",
         "horde/kronolith": "^5.0 at alpha",
         "horde/nag": "^5.0 at alpha",
         "horde/turba": "^5.0 at alpha",
         "php-extended/polyfill-php80-stringable": "^1.2"
     },
     "require-dev": {
         "horde/test": "^3 || dev-FRAMEWORK_6_0 || dev-master"
     },
     "license": "GPL-3.0-only",
     "authors": [
         {
             "name": "Ralf Lang",
             "email": "ralf.lang at ralf-lang.de"
         }
     ],
     "minimum-stability": "dev",
     "prefer-stable": true,
     "extra": {
         "installer-types": [
             "horde-library",
             "horde-application"
         ]
     },
     "config": {
         "allow-plugins": {
             "horde/horde-installer-plugin": true
         }
     }
}

Regards
Arnold





More information about the bugs mailing list