Guten Abend zusammen!
Ich habe jetzt schon seit lÀngerem ein Problem, was leider mit dem Update von NC 16 auf 17.0.1 auch nicht verschwunden ist:
Mein Sync-Client (Mac 2.6.1) wird immer wieder automatisch ausgeloggt und ich muss dann jedes mal den Zugriff erneut gewĂ€hren. In den Logs steht, dass von meinem Benutzer ein fehlgeschlagener Login stattgefunden hat. Seltsamerweise bekomme ich teilweise nach dem Loginin die Meldung die Benutzername/Passwort sei falsch obwohl es (autofill) definitiv die richtigen sind. 20 Minuten spĂ€ter geht es dann auch wiederâŠ
Dieses Problem betrifft alle Nutzer meiner NexcloudâŠ
Hier ein Auszug aus dem Admin-Log:
[core] Warning: Login failed: âphilippâ (Remote IP: âXXXXXXXâ)
PROPFIND /remote.php/dav/files/philipp/Sicher/Sicher-Nextcloud/m/5I/UU
from XXXXXXXX at 2019-12-18T17:11:02+00:00
[core] Warning: Login failed: âphilippâ (Remote IP: âXXXXXXXâ)
PROPFIND /remote.php/dav/files/philipp/Sicher/Sicher-Nextcloud/m/LX/BD
from XXXXXXXX at 2019-12-18T17:26:25+00:00
Davon ist mein Log vollâŠ
Ich habe heute auch eine frische Neuinstallation gemacht in der Hoffunung mit frischer Datenbank ginge es. Dort ist jedoch genau das gleiche passiert.
Hat jemand eine Idee?
Hier meine Konfiguration:
Server configuration detail
Operating system: Linux 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u1 (2019-09-20) x86_64
Webserver: Apache (apache2handler)
Database: mysql 8.0.17
PHP version: 7.3.12-1+0~20191128.49+debian9~1.gbp24559b
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, sodium, session, standard, apache2handler, mysqlnd, PDO, xml, apcu, bcmath, bz2, calendar, ctype, curl, dba, dom, enchant, mbstring, fileinfo, ftp, gd, gettext, gmp, iconv, imagick, imap, interbase, intl, json, ldap, exif, mysqli, odbc, pdo_dblib, PDO_Firebird, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, apc, posix, pspell, readline, recode, shmop, SimpleXML, snmp, soap, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, wddx, xmlreader, xmlrpc, xmlwriter, xsl, zip, Phar, ionCube Loader, Zend OPcache
Nextcloud version: 17.0.1 - 17.0.1.1
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: unknown
Signing status
Array ( )
List of activated apps
Enabled:
- accessibility: 1.3.0
- activity: 2.10.1
- cloud_federation_api: 1.0.0
- comments: 1.7.0
- dav: 1.13.0
- encryption: 2.5.0
- federatedfilesharing: 1.7.0
- federation: 1.7.0
- files: 1.12.0
- files_pdfviewer: 1.6.0
- files_rightclick: 0.15.1
- files_sharing: 1.9.0
- files_versions: 1.10.0
- files_videoplayer: 1.6.0
- firstrunwizard: 2.6.0
- gallery: 18.4.0
- logreader: 2.2.0
- lookup_server_connector: 1.5.0
- nextcloud_announcements: 1.6.0
- notifications: 2.5.0
- oauth2: 1.5.0
- password_policy: 1.7.0
- privacy: 1.1.0
- provisioning_api: 1.7.0
- recommendations: 0.5.0
- serverinfo: 1.7.0
- sharebymail: 1.7.0
- support: 1.0.1
- survey_client: 1.5.0
- systemtags: 1.7.0
- text: 1.1.1
- theming: 1.8.0
- twofactor_backupcodes: 1.6.0
- updatenotification: 1.7.0
- viewer: 1.2.0
- workflowengine: 1.7.0
Disabled:
- admin_audit
- files_external
- files_trashbin
- user_ldap
Configuration (config/config.php)
{
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"wolke.el-eli.de"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "https:\/\/wolke.el-eli.de",
"dbtype": "mysql",
"version": "17.0.1.1",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"maintenance": false,
"theme": "",
"loglevel": 2,
"updater.release.channel": "stable",
"updater.secret": "***REMOVED SENSITIVE VALUE***"
}
External storages: files_external is disabled
Encryption: yes
User-backends:
- OC\User\Database
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:71.0) Gecko/20100101 Firefox/71.0
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'ochwga27fj95',
'passwordsalt' => 'xxx',
'secret' => 'xxxx',
'trusted_domains' =>
array (
0 => 'wolke.xxxxx',
),
'datadirectory' => '/home/www/nextcloud/data',
'overwrite.cli.url' => 'https://wolke.xxxxx.de',
'dbtype' => 'mysql',
'version' => '17.0.1.1',
'dbname' => 'web436_db2',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'web436_2',
'dbpassword' => 'xxxxxxx',
'installed' => true,
'maintenance' => false,
'theme' => '',
'loglevel' => 2,
'updater.release.channel' => 'stable',
'updater.secret' => 'xxxxxxxxxx',
);