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
{"error":{"code":"notAllowed","innererror":{"date":"2022-11-22T13:05:08Z","request-id":"6ab12c33-2630-49ce-97dd-a2d04adf7326"},"message":"server is configured read-only"}}
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Environment ownCloud Infinite Scale
Version:
Updated from an older Infinite Scale or fresh install:
Where did you install Infinite Scale from:
Environment ownCloud Core
Web server:
Database:
PHP version:
Version: (see ownCloud admin page)
Updated from an older ownCloud or fresh install:
Where did you install ownCloud from:
Signing status (ownCloud 9.0 and above):
Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
paste the results into https://gist.github.com/ and put the link here.
The content of config/config.php:
Log in to the web-UI with an administrator account and click on
'admin' -> 'Generate Config Report' -> 'Download ownCloud config report'
This report includes the config.php settings, the list of activated apps
and other details in a well-sanitized form.
or
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder
*ATTENTION:* Do not post your config.php file in public as is. Please use one of the above
methods whenever possible. Both, the generated reports from the web-ui and from occ config:list
consistently remove sensitive data. You still may want to review the report before sending.
If done manually then it is critical for your own privacy to diligently
remove *all* hostnames, passwords, usernames, salts and other credentials before posting.
You should assume that attackers find such information and will use them against your systems.
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: yes/no
Client configuration
Browser:
Operating system:
Logs
Web server error log
Insert your webserver log here
ownCloud log (data/owncloud.log)
Insert your ownCloud log here
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:
Works for me on current master and stable-6.0 (without LDAP):
There is an additional PATCH request beforehand, because the user itself gets saved as well. My guess is that this request fails, so the settings request for the role does not happen at all.
We already have an issue regarding this: #7986. Currently there is no way for Web to find out if the user backend is read-only. A solution for now would be to disable the user management when having LDAP configured as read-only (as @wkloucek suggested).
Steps to reproduce
Expected behaviour
Role assignment should work and be confirmed
Actual behaviour
The role assignment creates an error
Api Request that fails
Response
Status:
500
This seems wrong, the correct API call should be
Environment general
Operating system:
Backend (ownCloud Core or Infinite Scale):
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Environment ownCloud Infinite Scale
Version:
Updated from an older Infinite Scale or fresh install:
Where did you install Infinite Scale from:
Environment ownCloud Core
Web server:
Database:
PHP version:
Version: (see ownCloud admin page)
Updated from an older ownCloud or fresh install:
Where did you install ownCloud from:
Signing status (ownCloud 9.0 and above):
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: yes/no
Client configuration
Browser:
Operating system:
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: