From 5b8635c6e59a7afd2607c33bff1742e49ead6033 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Mon, 28 Sep 2015 08:10:28 -0700 Subject: [PATCH] ldap memberof attribute log error --- admin_manual/release_notes.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/admin_manual/release_notes.rst b/admin_manual/release_notes.rst index a1d54d69b..3b9b5e72f 100644 --- a/admin_manual/release_notes.rst +++ b/admin_manual/release_notes.rst @@ -11,10 +11,11 @@ static files serving_static_files_configuration.html>`_ from your ownCloud server. LDAP issue: 8.2 uses the ``memberof`` attribute by default. If this is not -activated on your LDAP server you will see this message in your LDAP log: -``<= bdb_equality_candidates: (memberOf) not indexed``. Fix this by disabling -the ``memberof`` attribute on your ownCloud server with the ``occ`` command, -like this example on Ubuntu Linux:: +activated on your LDAP server your user groups will not be detected, and you +will see this message in your ownCloud log: ``Error PHP Array to string +conversion at /var/www/html/owncloud/lib/private/template/functions.php#36``. +Fix this by disabling the ``memberof`` attribute on your ownCloud server with +the ``occ`` command, like this example on Ubuntu Linux:: sudo -u www-data php occ ldap:set-config "s01" useMemberOfToDetectMembership 0