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
Folder/sub-folder which resides on external storage(dropbox) cannot be deleted by ldap authenticated user. Even folder creation is throwing warning yet gets created.
Steps to reproduce
Allow LDAP authentication
Add some external storage folder.
From LDAP user(non-admin) try to delete a sub-folder in externally mapped storage
Expected behaviour
The folder should get deleted
Actual behaviour
The folder is not getting deleted
Server configuration
Ubuntu 16.04
Web server:
apache
Database:
mysql Ver 15.1 Distrib 5.5.54-MariaDB
PHP version:
PHP 5.6.30-7+deb.sury.org~trusty+1
Nextcloud version:
11.0.2 (stable)
**Updated from an older Nextcloud/ownCloud or fresh install: **
Updated
Where did you install Nextcloud from:
Nextcloud download page
Web server error log
[Thu Mar 23 14:40:27.709660 2017] [:error] [pid 16786] [client #IP:PORT] PHP Fatal error: Call to a member function getCache() on null in /var/www/nextcloud/apps/files_sharing/lib/Cache.php on line 69
[Thu Mar 23 14:41:04.910350 2017] [:error] [pid 16784] [client #IP:PORT] PHP Fatal error: Call to a member function getCache() on null in /var/www/nextcloud/apps/files_sharing/lib/Cache.php on line 69
[Thu Mar 23 14:41:18.964139 2017] [:error] [pid 16784] [client #IP:PORT] PHP Fatal error: Call to a member function getCache() on null in /var/www/nextcloud/apps/files_sharing/lib/Cache.php on line 69
[Thu Mar 23 14:41:58.288474 2017] [:error] [pid 16530] [client #IP:PORT] PHP Fatal error: Call to a member function getCache() on null in /var/www/nextcloud/apps/files_sharing/lib/Cache.php on line 69
[Thu Mar 23 14:43:53.762110 2017] [authz_core:error] [pid 16629] [client #IP:PORT] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Mar 23 14:43:59.477556 2017] [authz_core:error] [pid 16629] [client #IP:PORT] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Mar 23 14:45:45.040012 2017] [authz_core:error] [pid 16621] [client #IP:PORT] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Mar 23 15:29:23.522434 2017] [authz_core:error] [pid 19542] [client #IP:PORT] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
[Thu Mar 23 15:29:40.227171 2017] [authz_core:error] [pid 16669] [client #IP:PORT] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata
Nextcloud log (data/nextcloud.log)
Nextcloud log
Insert your Nextcloud log here
Browser log
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered:
Folder/sub-folder which resides on external storage(dropbox) cannot be deleted by ldap authenticated user. Even folder creation is throwing warning yet gets created.
Steps to reproduce
Expected behaviour
The folder should get deleted
Actual behaviour
The folder is not getting deleted
Server configuration
Ubuntu 16.04
Web server:
apache
Database:
mysql Ver 15.1 Distrib 5.5.54-MariaDB
PHP version:
PHP 5.6.30-7+deb.sury.org~trusty+1
Nextcloud version:
11.0.2 (stable)
**Updated from an older Nextcloud/ownCloud or fresh install: **
Updated
Where did you install Nextcloud from:
Nextcloud download page
Signing status:
Signing status
No errors have been found.List of activated apps:
App list
Enabled:
Disabled:
The content of config/config.php:
Config report
{
"system": {
"instanceid": "ocihozljgmj8",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
#ip,
#host
],
"datadirectory": "/var/www/nextcloud/data",
"overwrite.cli.url": "#ip/nextcloud",
"dbtype": "mysql",
"version": "11.0.2.7",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"ldapIgnoreNamingRules": false,
"loglevel": 3,
"maintenance": false,
"updatechecker": false,
"theme": "",
"ldapProviderFactory": "\OCA\User_LDAP\LDAPProviderFactory"
}
}
**Are you using external storage, if yes which one: dropbox
**Are you using encryption: no
Are you using an external user-backend, if yes which one: LDAP
LDAP configuration (delete this part if not used)
LDAP config
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Configuration | |
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| hasMemberOfFilterSupport | |
| hasPagedResultSupport | |
| homeFolderNamingRule | |
| lastJpegPhotoLookup | 0 |
| ldapAgentName | cn=admin,dc=x,dc=y,dc=com |
| ldapAgentPassword | *** |
| ldapAttributesForGroupSearch | |
| ldapAttributesForUserSearch | |
| ldapBackupHost | |
| ldapBackupPort | |
| ldapBase | dc=x,dc=y,dc=com |
| ldapBaseGroups | dc=x,dc=y,dc=com |
| ldapBaseUsers | dc=x,dc=y,dc=com |
| ldapCacheTTL | 600 |
| ldapConfigurationActive | 1 |
| ldapDynamicGroupMemberURL | |
| ldapEmailAttribute | mail |
| ldapExperiencedAdmin | 1 |
| ldapExpertUUIDGroupAttr | |
| ldapExpertUUIDUserAttr | |
| ldapExpertUsernameAttr | |
| ldapGroupDisplayName | cn |
| ldapGroupFilter | (&(|(objectclass=posixGroup))(|(cn=#gp1)(cn=#gp2)...)) |
| ldapGroupFilterGroups | #gp1;#gp2;..... |
| ldapGroupFilterMode | 0 |
| ldapGroupFilterObjectclass | posixGroup |
| ldapGroupMemberAssocAttr | uniqueMember |
| ldapHost | #ip |
| ldapIgnoreNamingRules | |
| ldapLoginFilter | (&(|(objectclass=inetOrgPerson)(objectclass=posixAccount))(|(uid=%uid)(|(mailPrimaryAddress=%uid)(mail=%uid))(|(uid=%uid)))) |
| ldapLoginFilterAttributes | uid |
| ldapLoginFilterEmail | 1 |
| ldapLoginFilterMode | 0 |
| ldapLoginFilterUsername | 1 |
| ldapNestedGroups | 0 |
| ldapOverrideMainServer | |
| ldapPagingSize | 500 |
| ldapPort | 389 |
| ldapQuotaAttribute | |
| ldapQuotaDefault | |
| ldapTLS | 0 |
| ldapUserDisplayName | cn |
| ldapUserDisplayName2 | |
| ldapUserFilter | (|(objectclass=inetOrgPerson)) |
| ldapUserFilterGroups | |
| ldapUserFilterMode | 0 |
| ldapUserFilterObjectclass | inetOrgPerson |
| ldapUuidGroupAttribute | auto |
| ldapUuidUserAttribute | auto |
| turnOffCertCheck | 0 |
| turnOnPasswordChange | 0 |
| useMemberOfToDetectMembership | 1 |
+-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Client configuration
Chrome 56.0.2924.87 (64-bit)
Operating system:
MacOSX 10.12.3 (16D32)
Logs
Web server error log
Web server error log
[Thu Mar 23 14:40:27.709660 2017] [:error] [pid 16786] [client #IP:PORT] PHP Fatal error: Call to a member function getCache() on null in /var/www/nextcloud/apps/files_sharing/lib/Cache.php on line 69 [Thu Mar 23 14:41:04.910350 2017] [:error] [pid 16784] [client #IP:PORT] PHP Fatal error: Call to a member function getCache() on null in /var/www/nextcloud/apps/files_sharing/lib/Cache.php on line 69 [Thu Mar 23 14:41:18.964139 2017] [:error] [pid 16784] [client #IP:PORT] PHP Fatal error: Call to a member function getCache() on null in /var/www/nextcloud/apps/files_sharing/lib/Cache.php on line 69 [Thu Mar 23 14:41:58.288474 2017] [:error] [pid 16530] [client #IP:PORT] PHP Fatal error: Call to a member function getCache() on null in /var/www/nextcloud/apps/files_sharing/lib/Cache.php on line 69 [Thu Mar 23 14:43:53.762110 2017] [authz_core:error] [pid 16629] [client #IP:PORT] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata [Thu Mar 23 14:43:59.477556 2017] [authz_core:error] [pid 16629] [client #IP:PORT] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata [Thu Mar 23 14:45:45.040012 2017] [authz_core:error] [pid 16621] [client #IP:PORT] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata [Thu Mar 23 15:29:23.522434 2017] [authz_core:error] [pid 19542] [client #IP:PORT] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdata [Thu Mar 23 15:29:40.227171 2017] [authz_core:error] [pid 16669] [client #IP:PORT] AH01630: client denied by server configuration: /var/www/nextcloud/data/.ocdataNextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: