You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a file is shared with an ldap group, the display name lookup is wrong, as it only considers the OC_User backend. Of course the "dn" can not be found in the users tree for an ldap group.
The following backtrace can be produced in this case:
{"app":"user_ldap","message":"Requested attribute cn not found for ","level":0,"time":1364146325}
#0 OCA\user_ldap\lib\Access->readAttribute(, cn) called at [/srv/www_s/owncloud/apps/user_ldap/user_ldap.php:227] #1 OCA\user_ldap\USER_LDAP->getDisplayName(fachschaft) called at [/srv/www_s/owncloud/lib/user.php:303] #2 OC_User::determineDisplayName(fachschaft) called at [/srv/www_s/owncloud/lib/user.php:373] #3 OC_User::getDisplayName(fachschaft) called at [/srv/www_s/owncloud/lib/public/user.php:61] #4 OCP\User::getDisplayName(fachschaft) called at [/srv/www_s/owncloud/lib/public/share.php:898] #5 OCP\Share::getItems(file, , -1, lurchi, , -1, , -1, ) called at [/srv/www_s/owncloud/lib/public/share.php:120] #6 OCP\Share::getItemsSharedWith(file) called at [/srv/www_s/owncloud/apps/files_sharing/lib/sharedstorage.php:420] #7 OC\Files\Storage\Shared::setup(Array ([user] => lurchi,[user_dir] => /lurchi/files))
The text was updated successfully, but these errors were encountered:
When a file is shared with an ldap group, the display name lookup is wrong, as it only considers the OC_User backend. Of course the "dn" can not be found in the users tree for an ldap group.
The following backtrace can be produced in this case:
{"app":"user_ldap","message":"Requested attribute cn not found for ","level":0,"time":1364146325}
#0 OCA\user_ldap\lib\Access->readAttribute(, cn) called at [/srv/www_s/owncloud/apps/user_ldap/user_ldap.php:227]
#1 OCA\user_ldap\USER_LDAP->getDisplayName(fachschaft) called at [/srv/www_s/owncloud/lib/user.php:303]
#2 OC_User::determineDisplayName(fachschaft) called at [/srv/www_s/owncloud/lib/user.php:373]
#3 OC_User::getDisplayName(fachschaft) called at [/srv/www_s/owncloud/lib/public/user.php:61]
#4 OCP\User::getDisplayName(fachschaft) called at [/srv/www_s/owncloud/lib/public/share.php:898]
#5 OCP\Share::getItems(file, , -1, lurchi, , -1, , -1, ) called at [/srv/www_s/owncloud/lib/public/share.php:120]
#6 OCP\Share::getItemsSharedWith(file) called at [/srv/www_s/owncloud/apps/files_sharing/lib/sharedstorage.php:420]
#7 OC\Files\Storage\Shared::setup(Array ([user] => lurchi,[user_dir] => /lurchi/files))
The text was updated successfully, but these errors were encountered: