Steps to reproduce
- change password
- login OK with owncloud client
- observe that dav-related services don’t work
Expected behaviour
Tell us what should happen
I give my new password to the client connecting to the server. It should connect just like the owncloud client itself connects just fine.
Actual behaviour
Tell us what happens instead
No other devices (like my email client, phone) can connect to the Contacts or Calendar applications. I removed and reinstalled those apps and they work in the web interface but not when I try to set the new password on the email client or phone. They get a 401 unauthorized.
Server configuration
Operating system:
Ubuntu Server 22.04
Web server:
apache2
Database:
mysql
PHP version:
7.4.33
ownCloud version: (see ownCloud admin page)
10.15.0
Updated from an older ownCloud or fresh install:
Fresh install
Where did you install ownCloud from:
It’s been working for a while. Installed with owncloud-complete-latest.tar.bz2
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 puth the link here.
404 not found
*** config.php: https://gist.github.com/scottbomb/80294f789ff8eac827222a8bce3d6343
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
https://gist.github.com/scottbomb/1d51d0f45301b8c5f5897bd443fb1aa2
*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 dilligently
remove *all* host names, 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:
Contacts
Calendar
Text
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/…
No.
Are you using encryption: yes/no
I use SSL certs.
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/…
No.
Client configuration
Browser:
Firefox
Operating system:
Kubuntu 24.04
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) ...